Added ARG for workspace Memcached

This commit is contained in:
Saqib S
2021-04-05 13:46:30 +05:00
parent 258ea23b64
commit e13482195b
3 changed files with 3 additions and 1 deletions

View File

@ -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