Fix all work images

This commit is contained in:
cytopia
2021-05-16 16:49:14 +02:00
parent 59c30b8f24
commit 712ad5c66a
31 changed files with 323 additions and 177 deletions

View File

@@ -767,6 +767,15 @@ RUN set -eux \
&& true
# Deactive PSR and Phalcon:
# https://github.com/devilbox/docker-php-fpm/issues/201
RUN set -eux \
&& rm -f /usr/local/etc/php/conf.d/docker-php-ext-phalcon.ini || true \
&& rm -f /usr/local/etc/php/conf.d/docker-php-ext-psr.ini || true \
###
### Ports
###