diff --git a/php-fpm/Dockerfile-56 b/php-fpm/Dockerfile-56 index 2fdebc2..386eff6 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 \ diff --git a/php-fpm/Dockerfile-70 b/php-fpm/Dockerfile-70 index a80c8b9..1c07a17 100644 --- a/php-fpm/Dockerfile-70 +++ b/php-fpm/Dockerfile-70 @@ -287,7 +287,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 -y update \ diff --git a/php-fpm/Dockerfile-71 b/php-fpm/Dockerfile-71 index 0cbdd75..87f6ff4 100644 --- a/php-fpm/Dockerfile-71 +++ b/php-fpm/Dockerfile-71 @@ -207,7 +207,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 -y update \