We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb61e2d + ec8b0e2 commit a56c3eaCopy full SHA for a56c3ea
images/php/8.3/Dockerfile
@@ -57,7 +57,7 @@ RUN curl -L https://github.com/Imagick/imagick/archive/28f27044e435a2b203e32675e
57
&& make install \
58
&& echo "extension=imagick.so" >> $PHP_INI_DIR/conf.d/imagick.ini \
59
&& cd .. \
60
- && rm -rf imagick-master
+ && rm -rf imagick-28f27044e435a2b203e32675e942eb8de620ee58
61
62
RUN docker-php-ext-configure \
63
gd --with-freetype --with-jpeg --with-webp \
0 commit comments