Skip to content

Commit de57f72

Browse files
authored
fix build-args INSTALL_GHOSTSCRIPT were not consumed (laradock#2452)
1 parent f64360a commit de57f72

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

php-worker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ RUN if [ $INSTALL_PHALCON = true ]; then \
142142
&& rm -rf /tmp/cphalcon* \
143143
;fi
144144

145+
ARG INSTALL_GHOSTSCRIPT=false
145146
RUN if [ $INSTALL_GHOSTSCRIPT = true ]; then \
146147
apk --update add ghostscript \
147148
;fi

0 commit comments

Comments
 (0)