From faf7ec641d44f1e38e02e2f412e12c56bf57da70 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Thu, 31 Dec 2020 01:21:47 +0200 Subject: [PATCH] Fixed incorrect package name --- agent/centos/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \