mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-02 19:09:21 +01:00
Fixed image build on CentOS
This commit is contained in:
parent
819f97b06c
commit
8953ac2f7c
@ -25,6 +25,7 @@ RUN set -eux && \
|
||||
dnf --quiet makecache && \
|
||||
dnf -y install --setopt=tsflags=nodocs --setopt=install_weak_deps=False --best \
|
||||
libcurl-minimal \
|
||||
zlib \
|
||||
tzdata \
|
||||
openssl-libs && \
|
||||
curl -L "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini" -o /sbin/tini && \
|
||||
|
@ -46,6 +46,7 @@ RUN set -eux && \
|
||||
openldap \
|
||||
openssl-libs \
|
||||
pcre \
|
||||
zlib \
|
||||
unixODBC && \
|
||||
curl -L "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini" -o /sbin/tini && \
|
||||
curl -L "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini.asc" -o /tmp/tini.asc && \
|
||||
|
@ -43,6 +43,7 @@ RUN set -eux && \
|
||||
openldap \
|
||||
openssl-libs \
|
||||
pcre \
|
||||
zlib \
|
||||
unixODBC && \
|
||||
curl -L "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini" -o /sbin/tini && \
|
||||
curl -L "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini.asc" -o /tmp/tini.asc && \
|
||||
|
@ -51,6 +51,7 @@ RUN set -eux && \
|
||||
openldap \
|
||||
openssl-libs \
|
||||
pcre \
|
||||
zlib \
|
||||
unixODBC && \
|
||||
curl -L "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini" -o /sbin/tini && \
|
||||
curl -L "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini.asc" -o /tmp/tini.asc && \
|
||||
|
@ -50,6 +50,7 @@ RUN set -eux && \
|
||||
pcre \
|
||||
postgresql \
|
||||
postgresql-libs \
|
||||
zlib \
|
||||
unixODBC && \
|
||||
curl -L "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini" -o /sbin/tini && \
|
||||
curl -L "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini.asc" -o /tmp/tini.asc && \
|
||||
|
Loading…
Reference in New Issue
Block a user