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