Move php-imagick to php-fpm and enable it

This commit is contained in:
Arhey
2017-09-05 21:47:47 +03:00
parent f6552aca97
commit 0a23d53ee5
6 changed files with 9 additions and 6 deletions

View File

@ -589,7 +589,7 @@ USER root
ARG INSTALL_IMAGEMAGICK=false
ENV INSTALL_IMAGEMAGICK ${INSTALL_IMAGEMAGICK}
RUN if [ ${INSTALL_IMAGEMAGICK} = true ]; then \
apt-get install -y --force-yes imagemagick php-imagick \
apt-get install -y --force-yes imagemagick \
;fi
#