mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-05-30 22:56:56 +02:00
Fixed agent image build on CentOS
This commit is contained in:
parent
f76e422cdf
commit
55a5c0a57b
@ -38,7 +38,7 @@ RUN set -eux && \
|
||||
tzdata \
|
||||
iputils \
|
||||
pcre2 \
|
||||
libcurl \
|
||||
libcurl-minimal \
|
||||
openssl-libs \
|
||||
zlib" && \
|
||||
dnf -y install epel-release && \
|
||||
|
@ -43,7 +43,7 @@ RUN set -eux && \
|
||||
tzdata \
|
||||
iputils \
|
||||
pcre2 \
|
||||
libcurl \
|
||||
libcurl-minimal \
|
||||
smartmontools \
|
||||
sudo \
|
||||
openssl-libs" && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user