Fixed php-fpm build

This commit is contained in:
Arhey
2017-09-05 23:36:30 +03:00
parent 0a23d53ee5
commit b2e372054f
8 changed files with 14 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 \
apt-get install -y --force-yes imagemagick php-imagick \
;fi
#