Use EPEL to install fping instead of custom package (CentOS)

This commit is contained in:
Alexey Pustovalov
2020-09-08 00:22:24 +03:00
parent 0d972361c2
commit 1fdd3c98d9
4 changed files with 10 additions and 6 deletions

View File

@ -31,8 +31,9 @@ RUN set -eux && \
mkdir -p /usr/lib/zabbix/externalscripts && \
mkdir -p /usr/share/doc/zabbix-proxy-mysql && \
yum --quiet makecache && \
yum -y install https://repo.zabbix.com/non-supported/rhel/7/x86_64/fping-3.10-1.el7.x86_64.rpm --setopt=tsflags=nodocs && \
yum -y install epel-release && \
yum -y install --setopt=tsflags=nodocs \
fping
libcurl \
libxml2 \
mariadb \