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 e503880 commit da3260bCopy full SHA for da3260b
1 file changed
php82/Dockerfile
@@ -29,8 +29,6 @@ RUN echo '@community http://dl-cdn.alpinelinux.org/alpine/v3.22/community/' >> /
29
gnu-libiconv@community && \
30
# PHP ######################################################################
31
apk --no-cache add \
32
- php82-apcu@community \
33
- php82-amqp@community \
34
php82-bcmath@community \
35
php82-bz2@community \
36
php82-calendar@community \
@@ -55,6 +53,7 @@ RUN echo '@community http://dl-cdn.alpinelinux.org/alpine/v3.22/community/' >> /
55
53
php82-pdo_pgsql@community \
56
54
php82-pdo_sqlite@community \
57
php82-pdo@community \
+ php82-pecl-amqp@community \
58
php82-pecl-apcu@community \
59
php82-pecl-imagick@community \
60
php82-pecl-mailparse@community \
0 commit comments