Allow PHP-FPM under root and add PHP openssl package in Alpine images

This commit is contained in:
Alexey Pustovalov
2020-07-23 11:35:09 -04:00
parent ff23a484ae
commit 7da2e16ff2
6 changed files with 19 additions and 1 deletions

View File

@ -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 && \