2
0
Эх сурвалжийг харах

Merge pull request #1080 from scolandrea/php8.3

Fix imagick directory name
Mark Shust 1 жил өмнө
parent
commit
a56c3ea18e

+ 1 - 1
images/php/8.3/Dockerfile

@@ -57,7 +57,7 @@ RUN curl -L https://github.com/Imagick/imagick/archive/28f27044e435a2b203e32675e
     && make install \
     && echo "extension=imagick.so" >> $PHP_INI_DIR/conf.d/imagick.ini \
     && cd .. \
-    && rm -rf imagick-master
+    && rm -rf imagick-28f27044e435a2b203e32675e942eb8de620ee58
 
 RUN docker-php-ext-configure \
     gd --with-freetype --with-jpeg --with-webp \