diff --git a/agent/centos/Dockerfile b/agent/centos/Dockerfile index 6188cf950..e87045433 100644 --- a/agent/centos/Dockerfile +++ b/agent/centos/Dockerfile @@ -38,7 +38,7 @@ RUN set -eux && \ yum --quiet makecache && \ yum -y install --setopt=tsflags=nodocs \ tzdata \ - libldap \ + openldap \ libcurl \ openssl-libs && \ curl -L "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-${ARCH_SUFFIX}" -o /sbin/tini && \