We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ea0f6 commit ce91db6Copy full SHA for ce91db6
php/Dockerfile-8.3
@@ -79,10 +79,6 @@ RUN set -xe \
79
&& docker-php-ext-enable opcache \
80
&& cp /usr/src/php/php.ini-production ${PHP_INI_DIR}/php.ini \
81
\
82
-# Install imagemagick
83
-# && for i in $(seq 1 3); do pecl install -o imagick && s=0 && break || s=$? && sleep 1; done; (exit $s) \
84
-# && docker-php-ext-enable imagick \
85
-
86
# Imagick is installed from the archive because regular installation fails
87
# See: https://github.com/Imagick/imagick/issues/643#issuecomment-1834361716
88
&& curl -L -o /tmp/imagick.tar.gz https://github.com/Imagick/imagick/archive/refs/tags/3.7.0.tar.gz \
0 commit comments