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

This commit is contained in:
Alexey Pustovalov
2020-09-08 00:25:28 +03:00
5 changed files with 106 additions and 21 deletions

View File

@ -33,8 +33,9 @@ RUN set -eux && \
mkdir -p /usr/lib/zabbix/externalscripts && \
mkdir -p /usr/share/doc/zabbix-server-mysql && \
dnf --quiet makecache && \
dnf -y install --setopt=tsflags=nodocs http://repo.zabbix.com/non-supported/rhel/8/x86_64/fping-3.16-1.el8.x86_64.rpm && \
dnf -y install epel-release && \
dnf -y install --setopt=tsflags=nodocs --setopt=install_weak_deps=False --best \
fping \
tzdata \
iputils \
traceroute \