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 7, 2024
1 parent aab2aee commit 3a383a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/Dockerfile-8.3
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ RUN curl -L -o /tmp/imagick.tar.gz https://github.com/Imagick/imagick/archive/re
&& make \
&& make install \
&& echo "extension=imagick.so" > /usr/local/etc/php/conf.d/ext-imagick.ini \
&& rm -rf /tmp/*
&& rm -rf /tmp/* \
# <<< End of Imagick installation

# Install xdebug
Expand Down

0 comments on commit 3a383a0

Please sign in to comment.