add imagick
Some checks failed
/ build (push) Failing after 2m21s

This commit is contained in:
Adrien Beaudouin 2024-10-26 20:00:07 +02:00
parent 4fd6b9604c
commit 190ce60770

View File

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