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
commit 7da6963ef2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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