Merge pull request #2858 from andreladocruz/patch-1

Fix Redis Problem issue #2851
This commit is contained in:
Shao Yu-Lung (Allen)
2021-03-22 16:33:01 +08:00
committed by GitHub

View File

@ -578,7 +578,7 @@ ARG INSTALL_PHPREDIS=false
RUN if [ ${INSTALL_PHPREDIS} = true ]; then \
apt-get update -yqq && \
apt-get install -yqq php-redis \
apt-get install -yqq php${LARADOCK_PHP_VERSION}-redis \
;fi
###########################################################################