up
All checks were successful
/ build (push) Successful in 1m46s

This commit is contained in:
Adrien Beaudouin 2024-10-13 16:53:12 +02:00
parent e0cf196930
commit 0841cbaaaf

View File

@ -1,6 +1,6 @@
FROM dunglas/frankenphp:latest
RUN install-php-extensions @composer opcache intl pdo_mysql pdo_pgsql pcntl
RUN install-php-extensions @composer opcache intl pdo_mysql pdo_pgsql pcntl gd
RUN cp $PHP_INI_DIR/php.ini-production $PHP_INI_DIR/php.ini; \
sed -i 's/variables_order = "GPCS"/variables_order = "EGPCS"/' $PHP_INI_DIR/php.ini; \