fix build-args INSTALL_GHOSTSCRIPT were not consumed (#2452)

This commit is contained in:
Shao Yu-Lung (Allen) 2019-12-31 19:12:37 +08:00 committed by GitHub
parent f64360ab74
commit de57f728cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,6 +142,7 @@ RUN if [ $INSTALL_PHALCON = true ]; then \
&& rm -rf /tmp/cphalcon* \
;fi
ARG INSTALL_GHOSTSCRIPT=false
RUN if [ $INSTALL_GHOSTSCRIPT = true ]; then \
apk --update add ghostscript \
;fi