Merge pull request #805 from bestlong/fixing-php-fpm-ghostscript

Fixing php fpm ghostscript
This commit is contained in:
Mahmoud Zalt
2017-04-14 03:24:54 -04:00
committed by GitHub
3 changed files with 3 additions and 3 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 \