modify syntax error (#1942)

Syntax error in shell when installing APCU.
Because Fixed shell syntax.
fix #1943, #1940.
This commit is contained in:
Masahiro Ienaga 2019-01-09 22:22:42 +09:00 committed by Shao Yu-Lung (Allen)
parent bbff18c631
commit ce7a29c662

View File

@ -550,6 +550,7 @@ ARG INSTALL_APCU=false
RUN if [ ${INSTALL_APCU} = true ]; then \
pecl install apcu && \
docker-php-ext-enable apcu \
;fi
###########################################################################
# YAML: