mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 08:35:05 +02:00
Fixed missing permissions to defines.inc.php and created ext_lib directory by default
This commit is contained in:
@ -96,6 +96,9 @@ RUN set -eux && \
|
||||
chown --quiet -R zabbix:root /etc/apache2/ /etc/php/7.2/ && \
|
||||
chgrp -R 0 /etc/apache2/ /etc/php/7.2/ && \
|
||||
chmod -R g=u /etc/apache2/ /etc/php/7.2/ && \
|
||||
chown --quiet -R zabbix:root /usr/share/zabbix/include/defines.inc.php && \
|
||||
chgrp -R 0 /usr/share/zabbix/include/defines.inc.php && \
|
||||
chmod -R g=u /usr/share/zabbix/include/defines.inc.php && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -y purge \
|
||||
gettext \
|
||||
git && \
|
||||
|
Reference in New Issue
Block a user