Skip to content

Commit

Permalink
fixup! imagick workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
micszo committed Oct 8, 2024
1 parent d5ea0f6 commit ce91db6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions php/Dockerfile-8.3
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit ce91db6

Please sign in to comment.