Fix Redis Problem issue #2851

This commit is contained in:
André Lado Cruz 2021-03-10 11:55:09 +00:00 committed by GitHub
parent fd203fba04
commit 47c89787e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -560,7 +560,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
###########################################################################