We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bdeaa3 commit 838156bCopy full SHA for 838156b
1 file changed
php-fpm/Dockerfile
@@ -590,7 +590,7 @@ USER root
590
ARG INSTALL_IMAGEMAGICK=false
591
592
RUN if [ ${INSTALL_IMAGEMAGICK} = true ]; then \
593
- apt-get install -y --fix-missing libmagickwand-dev imagemagick && \
+ apt-get install -y libmagickwand-dev imagemagick && \
594
pecl install imagick && \
595
docker-php-ext-enable imagick \
596
;fi
0 commit comments