mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-29 11:13:08 +01:00
Merge pull request #309 from zabbix/master
Fixed php-fpm7 on Alpine images
This commit is contained in:
commit
465f2957e5
@ -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