Эх сурвалжийг харах

Update Dockerfile-70

fixing unexpected message "/bin/sh: 1: [: =: unexpected operator", #798.
Yu-Lung Shao (Allen) 8 жил өмнө
parent
commit
43f4f80836
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      php-fpm/Dockerfile-70

+ 1 - 1
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 \