mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-16 19:40:59 +02:00
Added caching / avoid orphans mechanisms
This commit is contained in:
committed by
Alexey Pustovalov
parent
98540bb254
commit
1719d95d05
@ -100,8 +100,7 @@ RUN set -eux && \
|
||||
chmod -R g=u /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php /usr/share/zabbix/modules/ && \
|
||||
chown --quiet -R zabbix:root /etc/apache2/ /etc/php7/ && \
|
||||
chgrp -R 0 /etc/apache2/ /etc/php7/ && \
|
||||
chmod -R g=u /etc/apache2/ /etc/php7/ && \
|
||||
rm -rf /var/cache/apk/*
|
||||
chmod -R g=u /etc/apache2/ /etc/php7/
|
||||
|
||||
EXPOSE 8080/TCP 8443/TCP
|
||||
|
||||
|
Reference in New Issue
Block a user