Fixed assets directory permissions

This commit is contained in:
root
2019-05-29 14:09:15 +03:00
parent 48604a192d
commit 5d59c0a8d9
17 changed files with 251 additions and 2 deletions

View File

@ -84,6 +84,7 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \
dpkg-reconfigure locales && \
find /usr/share/zabbix/locale -name '*.po' | xargs rm -f && \
find /usr/share/zabbix/locale -name '*.sh' | xargs rm -f && \
chown --quiet -R www-data:www-data /usr/share/zabbix && \
DEBIAN_FRONTEND=noninteractive apt-get ${APT_FLAGS_COMMON} purge \
gettext \
ca-certificates \