From 190ce60770e9e912efee9cf92e54804310c39f6c Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin Date: Sat, 26 Oct 2024 20:00:07 +0200 Subject: [PATCH] add imagick --- frankenphp-83.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frankenphp-83.dockerfile b/frankenphp-83.dockerfile index 5d2aeaa..53f7b54 100644 --- a/frankenphp-83.dockerfile +++ b/frankenphp-83.dockerfile @@ -1,6 +1,6 @@ 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; \ sed -i 's/variables_order = "GPCS"/variables_order = "EGPCS"/' $PHP_INI_DIR/php.ini; \