mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 08:35:05 +02:00
Fixed image build on CentOS
This commit is contained in:
@ -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 && \
|
||||
|
Reference in New Issue
Block a user