mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 08:35:05 +02:00
Added caching / avoid orphans mechanisms
This commit is contained in:
@ -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/php81/ && \
|
||||
chgrp -R 0 /etc/apache2/ /etc/php81/ && \
|
||||
chmod -R g=u /etc/apache2/ /etc/php81/ && \
|
||||
rm -rf /var/cache/apk/*
|
||||
chmod -R g=u /etc/apache2/ /etc/php81/
|
||||
|
||||
EXPOSE 8080/TCP 8443/TCP
|
||||
|
||||
|
Reference in New Issue
Block a user