Skip to content

Commit

Permalink
Temporary remove redis extension
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Mar 3, 2024
1 parent e76c086 commit 529b912
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions php/alpine/8.1/Dockerfile
Expand Up @@ -37,10 +37,10 @@ RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing \
php81-pdo_sqlite \
php81-pecl-imagick \
php81-pecl-mongodb \
php81-pecl-redis \
# php81-pecl-redis \
php81-phar \
php81-posix \
php81-redis \
# php81-redis \
php81-session \
php81-simplexml \
php81-soap \
Expand Down
4 changes: 2 additions & 2 deletions php/alpine/8.2/Dockerfile
Expand Up @@ -37,10 +37,10 @@ RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing \
php82-pdo_sqlite \
php82-pecl-imagick \
php82-pecl-mongodb \
php82-pecl-redis \
# php82-pecl-redis \
php82-phar \
php82-posix \
php82-redis \
# php82-redis \
php82-session \
php82-simplexml \
php82-soap \
Expand Down
4 changes: 2 additions & 2 deletions php/alpine/8.3/Dockerfile
Expand Up @@ -37,10 +37,10 @@ RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community \
php83-pdo_sqlite \
php83-pecl-imagick \
php83-pecl-mongodb \
php83-pecl-redis \
# php83-pecl-redis \
php83-phar \
php83-posix \
php83-redis \
# php83-redis \
php83-session \
php83-simplexml \
php83-soap \
Expand Down

0 comments on commit 529b912

Please sign in to comment.