Using EPEL for fping instead of custom package

This commit is contained in:
Alexey Pustovalov 2020-09-08 08:13:37 -04:00
parent 1d22b015bf
commit 5399507f16
2 changed files with 0 additions and 2 deletions

View File

@ -32,7 +32,6 @@ RUN set -eux && \
mkdir -p /usr/share/doc/zabbix-proxy-sqlite3 && \
dnf --quiet makecache && \
dnf -y install epel-release && \
dnf -y install http://repo.zabbix.com/non-supported/rhel/8/x86_64/fping-3.16-1.el8.x86_64.rpm --setopt=tsflags=nodocs && \
dnf -y install --setopt=tsflags=nodocs --setopt=install_weak_deps=False --best \
libcurl-minimal \
libevent \

View File

@ -34,7 +34,6 @@ RUN set -eux && \
mkdir -p /usr/share/doc/zabbix-server-mysql && \
dnf --quiet makecache && \
dnf -y install epel-release && \
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 --setopt=tsflags=nodocs --setopt=install_weak_deps=False --best \
fping \
tzdata \