Merge branch 'master' into trunk

This commit is contained in:
Alexey Pustovalov
2019-11-01 02:01:29 +02:00
12 changed files with 6 additions and 18 deletions

View File

@ -78,6 +78,7 @@ RUN set -eux && \
php-mbstring \
php-pgsql \
php-xml && \
rm -f /etc/nginx/conf.d/*.conf && \
cat /usr/share/zabbix/include/locales.inc.php | grep display | grep true | awk '{$1=$1};1' | \
cut -d"'" -f 2 | sort | \
xargs -I '{}' bash -c 'echo "{}" && localedef -c -i {} -f UTF-8 {}.UTF-8 2>/dev/null' && \