Add ghostscript to php worker (#2035)

* Update docker-compose.yml
* Update Dockerfile
* Update env-example
This commit is contained in:
mintalicious
2019-03-05 04:08:40 +01:00
committed by Shao Yu-Lung (Allen)
parent 329462a637
commit 6c8adbc195
3 changed files with 6 additions and 0 deletions

View File

@ -93,6 +93,10 @@ RUN if [ $INSTALL_PHALCON = true ]; then \
&& rm -rf /tmp/cphalcon* \
;fi
RUN if [ $INSTALL_GHOSTSCRIPT = true ]; then \
apk --update add ghostscript \
;fi
RUN rm /var/cache/apk/* \
&& mkdir -p /var/www