mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-26 17:53:08 +01:00
Fixed incorrect package name
This commit is contained in:
parent
bd5257315a
commit
faf7ec641d
@ -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 && \
|
||||||
|
Loading…
Reference in New Issue
Block a user