Fixing ghostscript env option

This commit is contained in:
Winfried
2017-04-11 16:45:20 +02:00
parent d51cd31ebc
commit ef38dd1532
3 changed files with 3 additions and 3 deletions

View File

@ -280,7 +280,7 @@ RUN if [ ${INSTALL_INTL} = true ]; then \
# GHOSTSCRIPT:
#####################################
ARG GHOSTSCRIPT=false
ARG INSTALL_GHOSTSCRIPT=false
RUN if [ ${GHOSTSCRIPT} = true ]; then \
# Install the ghostscript extension
# for PDF editing
@ -290,7 +290,6 @@ RUN if [ ${GHOSTSCRIPT} = true ]; then \
ghostscript \
;fi
#
#--------------------------------------------------------------------------
# Final Touch