Skip to content

Commit ce91db6

Browse files
committed
fixup! imagick workaround
1 parent d5ea0f6 commit ce91db6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

php/Dockerfile-8.3

-4
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@ RUN set -xe \
7979
&& docker-php-ext-enable opcache \
8080
&& cp /usr/src/php/php.ini-production ${PHP_INI_DIR}/php.ini \
8181
\
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-
8682
# Imagick is installed from the archive because regular installation fails
8783
# See: https://github.com/Imagick/imagick/issues/643#issuecomment-1834361716
8884
&& curl -L -o /tmp/imagick.tar.gz https://github.com/Imagick/imagick/archive/refs/tags/3.7.0.tar.gz \

0 commit comments

Comments
 (0)