Merge pull request #311 from zabbix/master
Fixed php-fpm7 on Alpine images
This commit is contained in:
commit
06fb4785ea
@ -46,6 +46,7 @@ RUN addgroup zabbix && \
|
||||
php7-mbstring \
|
||||
php7-mysqli \
|
||||
php7-session \
|
||||
php7-simplexml \
|
||||
php7-sockets \
|
||||
php7-xmlreader \
|
||||
php7-xmlwriter \
|
||||
|
||||
@ -44,6 +44,7 @@ RUN addgroup zabbix && \
|
||||
php7-mbstring \
|
||||
php7-pgsql \
|
||||
php7-session \
|
||||
php7-simplexml \
|
||||
php7-sockets \
|
||||
php7-xmlreader \
|
||||
php7-xmlwriter \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user