Ver código fonte

refactor: remove some option

牟勇 5 anos atrás
pai
commit
838156b1bd
1 arquivos alterados com 1 adições e 1 exclusões
  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