Merge pull request #313 from zabbix/master

Fixed CentOS images building
This commit is contained in:
Alexey Pustovalov 2018-05-28 15:35:47 +09:00 committed by GitHub
commit beaeeb0638
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ RUN groupadd --system zabbix && \
mkdir -p /etc/zabbix/web && \
chown --quiet -R zabbix:root /etc/zabbix && \
yum ${YUM_FLAGS_COMMON} makecache && \
yum ${YUM_FLAGS_DEV} install epel-release && \
yum ${YUM_FLAGS_PERSISTANT} install epel-release && \
yum ${YUM_FLAGS_PERSISTANT} install \
dejavu-sans-fonts \
httpd \