mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 08:35:05 +02:00
Allow PHP-FPM under root and add PHP openssl package in Alpine images
This commit is contained in:
@ -39,7 +39,8 @@ RUN set -eux && \
|
||||
php7-sockets \
|
||||
php7-fileinfo \
|
||||
php7-xmlreader \
|
||||
php7-xmlwriter && \
|
||||
php7-xmlwriter \
|
||||
php7-openssl && \
|
||||
apk add --clean-protected --no-cache --no-scripts apache2-ssl && \
|
||||
rm -f "/etc/apache2/conf.d/default.conf" && \
|
||||
rm -f "/etc/apache2/conf.d/ssl.conf" && \
|
||||
|
Reference in New Issue
Block a user