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

@ -276,7 +276,8 @@ 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 php-imagick && \
docker-php-ext-enable imagick \
;fi
#

View File

@ -300,7 +300,8 @@ 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 php-imagick && \
docker-php-ext-enable imagick \
;fi
#

View File

@ -307,7 +307,8 @@ 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 php-imagick && \
docker-php-ext-enable imagick \
;fi
#

View File

@ -503,7 +503,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
#

View File

@ -584,7 +584,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
#

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
#