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

This commit is contained in:
Alexey Pustovalov 2020-09-08 00:38:50 +03:00 committed by GitHub
parent 1fdd3c98d9
commit b35e963c39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \