Parcourir la source

fix in aliyun mirrors, hash check error.

mouyong il y a 5 ans
Parent
commit
b8a971e634
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      php-fpm/Dockerfile

+ 1 - 1
php-fpm/Dockerfile

@@ -574,7 +574,7 @@ USER root
 ARG INSTALL_IMAGEMAGICK=false
 
 RUN if [ ${INSTALL_IMAGEMAGICK} = true ]; then \
-    apt-get install -y libmagickwand-dev imagemagick && \
+    apt-get install -f -y libmagickwand-dev imagemagick && \
     pecl install imagick && \
     docker-php-ext-enable imagick \
 ;fi