Skip to content

Commit 3a383a0

Browse files
committed
fixup! imagick workaround
1 parent aab2aee commit 3a383a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/Dockerfile-8.3

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ RUN curl -L -o /tmp/imagick.tar.gz https://github.com/Imagick/imagick/archive/re
9494
&& make \
9595
&& make install \
9696
&& echo "extension=imagick.so" > /usr/local/etc/php/conf.d/ext-imagick.ini \
97-
&& rm -rf /tmp/*
97+
&& rm -rf /tmp/* \
9898
# <<< End of Imagick installation
9999

100100
# Install xdebug

0 commit comments

Comments
 (0)