diff --git a/php-fpm/Dockerfile-56 b/php-fpm/Dockerfile-56 index e44fea0..353e770 100644 --- a/php-fpm/Dockerfile-56 +++ b/php-fpm/Dockerfile-56 @@ -202,7 +202,7 @@ RUN if [ ${INSTALL_INTL} = true ]; then \ ##################################### ARG INSTALL_GHOSTSCRIPT=false -RUN if [ ${GHOSTSCRIPT} = true ]; then \ +RUN if [ ${INSTALL_GHOSTSCRIPT} = true ]; then \ # Install the ghostscript extension for PDF editing apt-get update && \ apt-get install -y poppler-utils ghostscript \