Skip to content

Commit 5e0e932

Browse files
committed
Add community repo, update phpredis package
1 parent f31a8d9 commit 5e0e932

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

php/Dockerfile-8.2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ ENV \
5656
bash"
5757

5858
RUN echo 'http://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories
59+
RUN echo 'http://dl-cdn.alpinelinux.org/alpine/edge/community' >> /etc/apk/repositories
5960
RUN echo 'http://dl-cdn.alpinelinux.org/alpine/edge/main' >> /etc/apk/repositories
6061

6162
# Install deps
@@ -91,7 +92,7 @@ RUN apk add --no-cache \
9192
php82-posix \
9293
php82-soap \
9394
php82-session \
94-
php82-redis \
95+
php82-pecl-redis \
9596
php82-zip \
9697
php82-ldap \
9798
php82-bcmath \

0 commit comments

Comments
 (0)