File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ services:
6767 - INSTALL_MYSQL=${PHP_FPM_INSTALL_MYSQL}
6868 - INSTALL_TOKENIZER=${PHP_FPM_INSTALL_TOKENIZER}
6969 - INSTALL_INTL=${PHP_FPM_INSTALL_INTL}
70+ - INSTALL_GHOSTSCRIPT=${PHP_FPM_INSTALL_GHOSTSCRIPT}
7071 dockerfile : " Dockerfile-${PHP_VERSION}"
7172 volumes_from :
7273 - applications
Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ RUN if [ ${INSTALL_INTL} = true ]; then \
280280# GHOSTSCRIPT:
281281#####################################
282282
283- ARG GHOSTSCRIPT =false
283+ ARG INSTALL_GHOSTSCRIPT =false
284284RUN if [ ${GHOSTSCRIPT} = true ]; then \
285285 # Install the ghostscript extension
286286 # for PDF editing
@@ -290,7 +290,6 @@ RUN if [ ${GHOSTSCRIPT} = true ]; then \
290290 ghostscript \
291291;fi
292292
293-
294293#
295294#--------------------------------------------------------------------------
296295# Final Touch
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ RUN if [ ${INTL} = true ]; then \
161161# GHOSTSCRIPT:
162162#####################################
163163
164- ARG GHOSTSCRIPT =false
164+ ARG INSTALL_GHOSTSCRIPT =false
165165RUN if [ ${GHOSTSCRIPT} = true ]; then \
166166 # Install the ghostscript extension
167167 # for PDF editing
You can’t perform that action at this time.
0 commit comments