mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-04-11 12:58:53 +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 -y install epel-release && \
|
||||
yum -y install --setopt=tsflags=nodocs \
|
||||
fping
|
||||
fping \
|
||||
libcurl \
|
||||
libxml2 \
|
||||
mariadb \
|
||||
|
Loading…
Reference in New Issue
Block a user