From ce91db629deef5888181cb8e1b358890fcdeb471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Tue, 8 Oct 2024 12:24:46 +0200 Subject: [PATCH] fixup! imagick workaround --- php/Dockerfile-8.3 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/php/Dockerfile-8.3 b/php/Dockerfile-8.3 index 6df8fa6..0d01e9c 100644 --- a/php/Dockerfile-8.3 +++ b/php/Dockerfile-8.3 @@ -79,10 +79,6 @@ RUN set -xe \ && docker-php-ext-enable opcache \ && cp /usr/src/php/php.ini-production ${PHP_INI_DIR}/php.ini \ \ -# Install imagemagick -# && for i in $(seq 1 3); do pecl install -o imagick && s=0 && break || s=$? && sleep 1; done; (exit $s) \ -# && docker-php-ext-enable imagick \ - # Imagick is installed from the archive because regular installation fails # See: https://github.com/Imagick/imagick/issues/643#issuecomment-1834361716 && curl -L -o /tmp/imagick.tar.gz https://github.com/Imagick/imagick/archive/refs/tags/3.7.0.tar.gz \