Update Dockerfile-56

fixing unexpected message "/bin/sh: 1: [: =: unexpected operator", #798.
This commit is contained in:
Yu-Lung Shao (Allen) 2017-04-14 10:08:11 +08:00 committed by GitHub
parent c78eb5228a
commit ca7726c441
1 changed files with 1 additions and 1 deletions

View File

@ -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 \