Added ARG for workspace Memcached
This commit is contained in:
parent
258ea23b64
commit
e13482195b
@ -168,6 +168,7 @@ services:
|
||||
- INSTALL_PHPDECIMAL=${WORKSPACE_INSTALL_PHPDECIMAL}
|
||||
- PROTOC_VERSION=${WORKSPACE_PROTOC_VERSION}
|
||||
- INSTALL_DOCKER_CLIENT=${WORKSPACE_INSTALL_DOCKER_CLIENT}
|
||||
- INSTALL_MEMCACHED=${WORKSPACE_INSTALL_MEMCACHED}
|
||||
- http_proxy
|
||||
- https_proxy
|
||||
- no_proxy
|
||||
|
@ -199,6 +199,7 @@ WORKSPACE_INSTALL_LNAV=false
|
||||
WORKSPACE_INSTALL_PROTOC=false
|
||||
WORKSPACE_INSTALL_PHPDECIMAL=false
|
||||
WORKSPACE_PROTOC_VERSION=latest
|
||||
WORKSPACE_INSTALL_MEMCACHED=true
|
||||
|
||||
### PHP_FPM ###############################################
|
||||
|
||||
|
@ -1225,7 +1225,7 @@ RUN if [ ${INSTALL_TERRAFORM} = true ]; then \
|
||||
# Memcached Dependecies:
|
||||
###########################################################################
|
||||
|
||||
RUN if [ ${PHP_FPM_INSTALL_MEMCACHED} = true ]; then \
|
||||
RUN if [ ${WORKSPACE_INSTALL_MEMCACHED} = true ]; then \
|
||||
apt-get -y install php${LARADOCK_PHP_VERSION}-igbinary \
|
||||
&& apt-get -y install php${LARADOCK_PHP_VERSION}-memcached \
|
||||
;fi
|
||||
|
Loading…
Reference in New Issue
Block a user