We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a383a0 commit 7e9cdd5Copy full SHA for 7e9cdd5
php/Dockerfile-8.3
@@ -83,11 +83,9 @@ RUN set -xe \
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
-ARG IMAGICK_VERSION=3.7.0
87
-
88
# Imagick is installed from the archive because regular installation fails
89
# See: https://github.com/Imagick/imagick/issues/643#issuecomment-1834361716
90
-RUN curl -L -o /tmp/imagick.tar.gz https://github.com/Imagick/imagick/archive/refs/tags/${IMAGICK_VERSION}.tar.gz \
+RUN curl -L -o /tmp/imagick.tar.gz https://github.com/Imagick/imagick/archive/refs/tags/3.7.0.tar.gz \
91
&& tar --strip-components=1 -xf /tmp/imagick.tar.gz \
92
&& phpize \
93
&& ./configure \
0 commit comments