Fixed assets directory permissions

This commit is contained in:
root
2019-05-29 13:57:51 +03:00
parent ecd6247c48
commit 2e448015cd
16 changed files with 15 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 \