mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-04-24 03:09:00 +02:00
Use EPEL to install fping instead of custom package (CentOS)
This commit is contained in:
parent
1fdd3c98d9
commit
b35e963c39
@ -33,7 +33,7 @@ RUN set -eux && \
|
|||||||
yum --quiet makecache && \
|
yum --quiet makecache && \
|
||||||
yum -y install epel-release && \
|
yum -y install epel-release && \
|
||||||
yum -y install --setopt=tsflags=nodocs \
|
yum -y install --setopt=tsflags=nodocs \
|
||||||
fping
|
fping \
|
||||||
libcurl \
|
libcurl \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
mariadb \
|
mariadb \
|
||||||
|
Loading…
Reference in New Issue
Block a user