###########################################################################
# ImageMagick:
###########################################################################
USER root
ARG INSTALL_IMAGEMAGICK=false
RUN if [ ${INSTALL_IMAGEMAGICK} = true ]; then
apt-get update &&
apt-get install -y --force-yes imagemagick php-imagick
;fi