Skip to content

Commit ce7a29c

Browse files
katyoubestlong
authored andcommitted
modify syntax error (laradock#1942)
Syntax error in shell when installing APCU. Because Fixed shell syntax. fix laradock#1943, laradock#1940.
1 parent bbff18c commit ce7a29c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

php-fpm/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,7 @@ ARG INSTALL_APCU=false
550550
RUN if [ ${INSTALL_APCU} = true ]; then \
551551
pecl install apcu && \
552552
docker-php-ext-enable apcu \
553+
;fi
553554

554555
###########################################################################
555556
# YAML:

0 commit comments

Comments
 (0)