modify syntax error (#1942)
Syntax error in shell when installing APCU. Because Fixed shell syntax. fix #1943, #1940.
This commit is contained in:
parent
bbff18c631
commit
ce7a29c662
@ -550,6 +550,7 @@ ARG INSTALL_APCU=false
|
|||||||
RUN if [ ${INSTALL_APCU} = true ]; then \
|
RUN if [ ${INSTALL_APCU} = true ]; then \
|
||||||
pecl install apcu && \
|
pecl install apcu && \
|
||||||
docker-php-ext-enable apcu \
|
docker-php-ext-enable apcu \
|
||||||
|
;fi
|
||||||
|
|
||||||
###########################################################################
|
###########################################################################
|
||||||
# YAML:
|
# YAML:
|
||||||
|
Loading…
Reference in New Issue
Block a user