Add ghostscript to php worker (#2035)
* Update docker-compose.yml * Update Dockerfile * Update env-example
This commit is contained in:

committed by
Shao Yu-Lung (Allen)

parent
329462a637
commit
6c8adbc195
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user