Fixed missing iksemel-dev in Epel repository

This commit is contained in:
root
2018-07-20 13:55:20 +09:00
parent 666242082d
commit 0634b35a72
5 changed files with 14 additions and 16 deletions

View File

@ -111,9 +111,8 @@ RUN groupadd --system zabbix && \
chown --quiet -R zabbix:root /var/lib/zabbix && \
mkdir -p /usr/share/doc/zabbix-${ZBX_TYPE}-${ZBX_DB_TYPE} && \
yum ${YUM_FLAGS_COMMON} makecache && \
yum ${YUM_FLAGS_PERSISTENT} install epel-release && \
yum ${YUM_FLAGS_PERSISTENT} install http://repo.zabbix.com/non-supported/rhel/7/x86_64/fping-3.10-1.el7.x86_64.rpm && \
yum ${YUM_FLAGS_PERSISTENT} install \
fping \
libcurl \
libxml2 \
net-snmp-libs \