Fixed incorrect package name

This commit is contained in:
Alexey Pustovalov 2020-12-31 01:21:47 +02:00
parent bd5257315a
commit faf7ec641d

View File

@ -38,7 +38,7 @@ RUN set -eux && \
yum --quiet makecache && \ yum --quiet makecache && \
yum -y install --setopt=tsflags=nodocs \ yum -y install --setopt=tsflags=nodocs \
tzdata \ tzdata \
libldap \ openldap \
libcurl \ libcurl \
openssl-libs && \ openssl-libs && \
curl -L "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-${ARCH_SUFFIX}" -o /sbin/tini && \ curl -L "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-${ARCH_SUFFIX}" -o /sbin/tini && \