File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -276,7 +276,8 @@ USER root
276276ARG INSTALL_IMAGEMAGICK=false
277277ENV INSTALL_IMAGEMAGICK ${INSTALL_IMAGEMAGICK}
278278RUN if [ ${INSTALL_IMAGEMAGICK} = true ]; then \
279- apt-get install -y --force-yes imagemagick php-imagick \
279+ apt-get install -y --force-yes imagemagick php-imagick && \
280+ docker-php-ext-enable imagick \
280281;fi
281282
282283#
Original file line number Diff line number Diff line change @@ -300,7 +300,8 @@ USER root
300300ARG INSTALL_IMAGEMAGICK=false
301301ENV INSTALL_IMAGEMAGICK ${INSTALL_IMAGEMAGICK}
302302RUN if [ ${INSTALL_IMAGEMAGICK} = true ]; then \
303- apt-get install -y --force-yes imagemagick php-imagick \
303+ apt-get install -y --force-yes imagemagick php-imagick && \
304+ docker-php-ext-enable imagick \
304305;fi
305306
306307#
Original file line number Diff line number Diff line change @@ -307,7 +307,8 @@ USER root
307307ARG INSTALL_IMAGEMAGICK=false
308308ENV INSTALL_IMAGEMAGICK ${INSTALL_IMAGEMAGICK}
309309RUN if [ ${INSTALL_IMAGEMAGICK} = true ]; then \
310- apt-get install -y --force-yes imagemagick php-imagick \
310+ apt-get install -y --force-yes imagemagick php-imagick && \
311+ docker-php-ext-enable imagick \
311312;fi
312313
313314#
Original file line number Diff line number Diff line change @@ -503,7 +503,7 @@ USER root
503503ARG INSTALL_IMAGEMAGICK=false
504504ENV INSTALL_IMAGEMAGICK ${INSTALL_IMAGEMAGICK}
505505RUN if [ ${INSTALL_IMAGEMAGICK} = true ]; then \
506- apt-get install -y --force-yes imagemagick php-imagick \
506+ apt-get install -y --force-yes imagemagick \
507507;fi
508508
509509#
Original file line number Diff line number Diff line change @@ -584,7 +584,7 @@ USER root
584584ARG INSTALL_IMAGEMAGICK=false
585585ENV INSTALL_IMAGEMAGICK ${INSTALL_IMAGEMAGICK}
586586RUN if [ ${INSTALL_IMAGEMAGICK} = true ]; then \
587- apt-get install -y --force-yes imagemagick php-imagick \
587+ apt-get install -y --force-yes imagemagick \
588588;fi
589589
590590#
Original file line number Diff line number Diff line change @@ -589,7 +589,7 @@ USER root
589589ARG INSTALL_IMAGEMAGICK=false
590590ENV INSTALL_IMAGEMAGICK ${INSTALL_IMAGEMAGICK}
591591RUN if [ ${INSTALL_IMAGEMAGICK} = true ]; then \
592- apt-get install -y --force-yes imagemagick php-imagick \
592+ apt-get install -y --force-yes imagemagick \
593593;fi
594594
595595#
You can’t perform that action at this time.
0 commit comments