From c15457bd3a3e1f79609003e5190caf29c32898fd Mon Sep 17 00:00:00 2001 From: SebSept Date: Tue, 4 Jun 2024 10:59:11 +0200 Subject: [PATCH] =?UTF-8?q?s=C3=A9paration=20du=20build=20de=20l'ext=20ima?= =?UTF-8?q?gick?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rate dans la CI alors que ok sur ma machine. --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7152557..4181f92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,8 @@ ADD --chmod=755 \ # json, mbstring (bundled) # opcache, apcu required for internal php/symfony performance # imagick for image manipulation, @see https://github.com/liip/LiipImagineBundle -RUN install-php-extensions intl pdo_pgsql opcache apcu imagick +RUN install-php-extensions intl pdo_pgsql opcache apcu +RUN install-php-extensions imagick # dev extensions # To start xdebug for a interactive cli use this :