mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-12-01 20:23:07 +01:00
Merge pull request #313 from zabbix/master
Fixed CentOS images building
This commit is contained in:
commit
beaeeb0638
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user