We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f31a8d9 commit 5e0e932Copy full SHA for 5e0e932
php/Dockerfile-8.2
@@ -56,6 +56,7 @@ ENV \
56
bash"
57
58
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
60
RUN echo 'http://dl-cdn.alpinelinux.org/alpine/edge/main' >> /etc/apk/repositories
61
62
# Install deps
@@ -91,7 +92,7 @@ RUN apk add --no-cache \
91
92
php82-posix \
93
php82-soap \
94
php82-session \
- php82-redis \
95
+ php82-pecl-redis \
96
php82-zip \
97
php82-ldap \
98
php82-bcmath \
0 commit comments