1
0
mirror of https://github.com/zabbix/zabbix-docker.git synced 2025-03-29 08:16:16 +01:00

Fixed CentOS images building

This commit is contained in:
root 2018-05-26 06:50:04 -07:00
parent 32e02d831f
commit 5fae1b3437

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 \