Merge pull request #309 from zabbix/master

Fixed php-fpm7 on Alpine images
This commit is contained in:
Alexey Pustovalov 2018-05-24 15:32:12 +08:00 committed by GitHub
commit 465f2957e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,7 @@ RUN addgroup zabbix && \
php7-mbstring \
php7-mysqli \
php7-session \
php7-simplexml \
php7-sockets \
php7-xmlreader \
php7-xmlwriter \

View File

@ -44,6 +44,7 @@ RUN addgroup zabbix && \
php7-mbstring \
php7-pgsql \
php7-session \
php7-simplexml \
php7-sockets \
php7-xmlreader \
php7-xmlwriter \