mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-30 23:01:05 +02:00
Allow PHP-FPM under root and add PHP openssl package in Alpine images
This commit is contained in:
@ -39,6 +39,7 @@ RUN set -eux && \
|
||||
php7-fileinfo \
|
||||
php7-xmlreader \
|
||||
php7-xmlwriter \
|
||||
php7-openssl \
|
||||
postgresql-client \
|
||||
supervisor && \
|
||||
rm -rf /etc/php7/php-fpm.d/www.conf && \
|
||||
|
Reference in New Issue
Block a user