Fix syntax error

This commit is contained in:
Arhey 2017-09-05 03:15:24 +03:00
parent b61ff4f484
commit f9e6acd4e1
3 changed files with 3 additions and 3 deletions

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 php-imagick \
;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 php-imagick \
;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 php-imagick \
;fi
#