Added APCU installation option (#1831)
This commit is contained in:

committed by
Shao Yu-Lung (Allen)

parent
35ffd02b44
commit
e6d866b8a6
@ -539,6 +539,16 @@ RUN if [ $INSTALL_PHALCON = true ]; then \
|
||||
&& rm -rf /tmp/cphalcon* \
|
||||
;fi
|
||||
|
||||
###########################################################################
|
||||
# APCU:
|
||||
###########################################################################
|
||||
|
||||
ARG INSTALL_APCU=false
|
||||
|
||||
RUN if [ ${INSTALL_APCU} = true ]; then \
|
||||
pecl install apcu && \
|
||||
docker-php-ext-enable apcu \
|
||||
|
||||
###########################################################################
|
||||
# YAML:
|
||||
###########################################################################
|
||||
|
Reference in New Issue
Block a user