Format dev PHP extensions as prod

This commit is contained in:
Anton Komarev 2023-03-30 22:09:38 +03:00 committed by Maxime Helias
parent a6238a445c
commit 61a08454ae

View File

@ -114,7 +114,9 @@ RUN rm "$PHP_INI_DIR/conf.d/app.prod.ini"; \
COPY --link docker/php/conf.d/app.dev.ini $PHP_INI_DIR/conf.d/
RUN set -eux; \
install-php-extensions xdebug
install-php-extensions \
xdebug \
;
RUN rm -f .env.local.php