mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-28 18:53:10 +01:00
Fixed agent image build on CentOS
This commit is contained in:
parent
bbebace082
commit
bf612131b4
@ -38,7 +38,7 @@ RUN set -eux && \
|
|||||||
tzdata \
|
tzdata \
|
||||||
iputils \
|
iputils \
|
||||||
pcre \
|
pcre \
|
||||||
libcurl \
|
libcurl-minimal \
|
||||||
openssl-libs \
|
openssl-libs \
|
||||||
zlib" && \
|
zlib" && \
|
||||||
dnf -y install epel-release && \
|
dnf -y install epel-release && \
|
||||||
|
@ -38,7 +38,7 @@ RUN set -eux && \
|
|||||||
tzdata \
|
tzdata \
|
||||||
iputils \
|
iputils \
|
||||||
pcre \
|
pcre \
|
||||||
libcurl \
|
libcurl-minimal \
|
||||||
smartmontools \
|
smartmontools \
|
||||||
sudo \
|
sudo \
|
||||||
openssl-libs" && \
|
openssl-libs" && \
|
||||||
|
Loading…
Reference in New Issue
Block a user