Skip to content

Commit a56c3ea

Browse files
authoredMar 6, 2024
Merge pull request #1080 from scolandrea/php8.3
Fix imagick directory name
2 parents fb61e2d + ec8b0e2 commit a56c3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎images/php/8.3/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ RUN curl -L https://github.com/Imagick/imagick/archive/28f27044e435a2b203e32675e
5757
&& make install \
5858
&& echo "extension=imagick.so" >> $PHP_INI_DIR/conf.d/imagick.ini \
5959
&& cd .. \
60-
&& rm -rf imagick-master
60+
&& rm -rf imagick-28f27044e435a2b203e32675e942eb8de620ee58
6161

6262
RUN docker-php-ext-configure \
6363
gd --with-freetype --with-jpeg --with-webp \

0 commit comments

Comments
 (0)
Please sign in to comment.