mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-12-17 03:50:46 +01:00
Fixed php-fpm7 on Alpine images
This commit is contained in:
parent
ddd519ce0b
commit
046251b853
@ -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