Browse Source

refactor: remove some option

牟勇 5 years ago
parent
commit
838156b1bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      php-fpm/Dockerfile

+ 1 - 1
php-fpm/Dockerfile

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