Skip to content

Commit 1519d2c

Browse files
authored
Update Dockerfile-71
fixing unexpected message "/bin/sh: 1: [: =: unexpected operator", laradock#798.
1 parent 43f4f80 commit 1519d2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

php-fpm/Dockerfile-71

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ RUN if [ ${INSTALL_INTL} = true ]; then \
207207
#####################################
208208

209209
ARG INSTALL_GHOSTSCRIPT=false
210-
RUN if [ ${GHOSTSCRIPT} = true ]; then \
210+
RUN if [ ${INSTALL_GHOSTSCRIPT} = true ]; then \
211211
# Install the ghostscript extension
212212
# for PDF editing
213213
apt-get -y update \

0 commit comments

Comments
 (0)