Fixed building on CentOS 8

This commit is contained in:
Alexey Pustovalov 2021-04-27 17:42:56 -04:00
parent e6b463c140
commit 7de258a42e
4 changed files with 4 additions and 0 deletions

View File

@ -51,6 +51,7 @@ RUN set -eux && \
libevent \ libevent \
libssh \ libssh \
fping \ fping \
file-libs \
libxml2 \ libxml2 \
mysql \ mysql \
mysql-libs \ mysql-libs \

View File

@ -50,6 +50,7 @@ RUN set -eux && \
libevent \ libevent \
libssh \ libssh \
fping \ fping \
file-libs \
libxml2 \ libxml2 \
net-snmp-libs \ net-snmp-libs \
OpenIPMI-libs \ OpenIPMI-libs \

View File

@ -49,6 +49,7 @@ RUN set -eux && \
dnf -y install epel-release && \ dnf -y install epel-release && \
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 \
file-libs \
tzdata \ tzdata \
iputils \ iputils \
traceroute \ traceroute \

View File

@ -49,6 +49,7 @@ RUN set -eux && \
dnf -y install epel-release && \ dnf -y install epel-release && \
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 \
file-libs \
iputils \ iputils \
tzdata \ tzdata \
traceroute \ traceroute \