We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab2aee commit 3a383a0Copy full SHA for 3a383a0
php/Dockerfile-8.3
@@ -94,7 +94,7 @@ RUN curl -L -o /tmp/imagick.tar.gz https://github.com/Imagick/imagick/archive/re
94
&& make \
95
&& make install \
96
&& echo "extension=imagick.so" > /usr/local/etc/php/conf.d/ext-imagick.ini \
97
- && rm -rf /tmp/*
+ && rm -rf /tmp/* \
98
# <<< End of Imagick installation
99
100
# Install xdebug
0 commit comments