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 \
libssh \
fping \
file-libs \
libxml2 \
mysql \
mysql-libs \

View File

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

View File

@ -49,6 +49,7 @@ RUN set -eux && \
dnf -y install epel-release && \
dnf -y install --setopt=tsflags=nodocs --setopt=install_weak_deps=False --best \
fping \
file-libs \
tzdata \
iputils \
traceroute \

View File

@ -49,6 +49,7 @@ RUN set -eux && \
dnf -y install epel-release && \
dnf -y install --setopt=tsflags=nodocs --setopt=install_weak_deps=False --best \
fping \
file-libs \
iputils \
tzdata \
traceroute \