Skip to content

Commit 0351cf5

Browse files
Omranicbestlong
authored andcommitted
Fix minor syntax issue that solves "[/bin/sh: 1: [: missing ]" error (laradock#1649)
1 parent 09e998b commit 0351cf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

php-fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ RUN if [ ${INSTALL_ZIP_ARCHIVE} = true ]; then \
203203
###########################################################################
204204

205205
ARG INSTALL_PCNTL=false
206-
RUN if [ ${INSTALL_PCNTL} = true]; then \
206+
RUN if [ ${INSTALL_PCNTL} = true ]; then \
207207
# Installs pcntl, helpful for running Horizon
208208
docker-php-ext-install pcntl \
209209
;fi

0 commit comments

Comments
 (0)