Merge pull request #11251 from denzfarid/fixes/docker-php-redis-extension

Fixed #10910  : Add php-redis extension
This commit is contained in:
snipe 2022-06-05 17:09:39 -07:00 committed by GitHub
commit 9770692d07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -23,6 +23,7 @@ php7.4-xml \
php7.4-mbstring \
php7.4-zip \
php7.4-bcmath \
php7.4-redis \
patch \
curl \
wget \

View file

@ -27,6 +27,7 @@ RUN apk add --no-cache \
php7-xmlwriter \
php7-xmlreader \
php7-sodium \
php7-redis \
curl \
wget \
vim \