Fixed php-fpm7 on Alpine images

This commit is contained in:
root 2018-05-24 00:31:46 -07:00
parent ddd519ce0b
commit 046251b853
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 \