CentOS image update

This commit is contained in:
root
2018-02-17 12:12:44 -08:00
parent 0f7eb4e04f
commit bfd8c019da
5 changed files with 159 additions and 0 deletions

View File

@ -45,6 +45,7 @@ RUN groupadd --system zabbix && \
yum ${YUM_FLAGS_PERSISTANT} install \
fping \
libcurl \
libevent \
libxml2 \
net-snmp-libs \
OpenIPMI-libs \
@ -72,6 +73,7 @@ RUN yum --quiet makecache && \
automake \
gcc \
libcurl-devel \
libevent-devel \
libssh2-devel \
libxml2-devel \
make \