mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-05-01 06:34:35 +02:00
Using EPEL for fping instead of custom package
This commit is contained in:
parent
1d22b015bf
commit
5399507f16
@ -32,7 +32,6 @@ RUN set -eux && \
|
|||||||
mkdir -p /usr/share/doc/zabbix-proxy-sqlite3 && \
|
mkdir -p /usr/share/doc/zabbix-proxy-sqlite3 && \
|
||||||
dnf --quiet makecache && \
|
dnf --quiet makecache && \
|
||||||
dnf -y install epel-release && \
|
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 \
|
dnf -y install --setopt=tsflags=nodocs --setopt=install_weak_deps=False --best \
|
||||||
libcurl-minimal \
|
libcurl-minimal \
|
||||||
libevent \
|
libevent \
|
||||||
|
@ -34,7 +34,6 @@ RUN set -eux && \
|
|||||||
mkdir -p /usr/share/doc/zabbix-server-mysql && \
|
mkdir -p /usr/share/doc/zabbix-server-mysql && \
|
||||||
dnf --quiet makecache && \
|
dnf --quiet makecache && \
|
||||||
dnf -y install epel-release && \
|
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 \
|
dnf -y install --setopt=tsflags=nodocs --setopt=install_weak_deps=False --best \
|
||||||
fping \
|
fping \
|
||||||
tzdata \
|
tzdata \
|
||||||
|
Loading…
Reference in New Issue
Block a user