File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1- FROM dockette/alpine:3.21
1+ FROM dockette/alpine:3.22
22
33LABEL maintainer=
"Milan Sulc <[email protected] >" 44
@@ -13,7 +13,7 @@ ENV COMPOSER_BIN=$COMPOSER_DIR/composer
1313ENV TZ=Europe/Prague
1414ENV LD_PRELOAD="/usr/lib/preloadable_libiconv.so php"
1515
16- RUN echo '@community http://dl-cdn.alpinelinux.org/alpine/v3.21 /community/' >> /etc/apk/repositories && \
16+ RUN echo '@community http://dl-cdn.alpinelinux.org/alpine/v3.22 /community/' >> /etc/apk/repositories && \
1717 # DEPENDENCIES #############################################################
1818 apk update && \
1919 apk upgrade && \
@@ -29,6 +29,8 @@ RUN echo '@community http://dl-cdn.alpinelinux.org/alpine/v3.21/community/' >> /
2929 gnu-libiconv@community && \
3030 # PHP ######################################################################
3131 apk --no-cache add \
32+ php82-apcu@community \
33+ php82-amqp@community \
3234 php82-bcmath@community \
3335 php82-bz2@community \
3436 php82-calendar@community \
Original file line number Diff line number Diff line change 1- FROM dockette/alpine:3.21
1+ FROM dockette/alpine:3.22
22
33LABEL maintainer=
"Milan Sulc <[email protected] >" 44
@@ -13,7 +13,7 @@ ENV COMPOSER_BIN=$COMPOSER_DIR/composer
1313ENV TZ=Europe/Prague
1414ENV LD_PRELOAD="/usr/lib/preloadable_libiconv.so php"
1515
16- RUN echo '@community http://dl-cdn.alpinelinux.org/alpine/v3.21 /community/' >> /etc/apk/repositories && \
16+ RUN echo '@community http://dl-cdn.alpinelinux.org/alpine/v3.22 /community/' >> /etc/apk/repositories && \
1717 # DEPENDENCIES #############################################################
1818 apk update && \
1919 apk upgrade && \
@@ -53,6 +53,7 @@ RUN echo '@community http://dl-cdn.alpinelinux.org/alpine/v3.21/community/' >> /
5353 php83-pdo_pgsql@community \
5454 php83-pdo_sqlite@community \
5555 php83-pdo@community \
56+ php83-pecl-amqp@community \
5657 php83-pecl-apcu@community \
5758 php83-pecl-imagick@community \
5859 php83-pecl-mailparse@community \
Original file line number Diff line number Diff line change 1- FROM dockette/alpine:3.21
1+ FROM dockette/alpine:3.22
22
33LABEL maintainer=
"Milan Sulc <[email protected] >" 44
@@ -13,7 +13,7 @@ ENV COMPOSER_BIN=$COMPOSER_DIR/composer
1313ENV TZ=Europe/Prague
1414ENV LD_PRELOAD="/usr/lib/preloadable_libiconv.so php"
1515
16- RUN echo '@community http://dl-cdn.alpinelinux.org/alpine/edge /community/' >> /etc/apk/repositories && \
16+ RUN echo '@community http://dl-cdn.alpinelinux.org/alpine/v3.22 /community/' >> /etc/apk/repositories && \
1717 # DEPENDENCIES #############################################################
1818 apk update && \
1919 apk upgrade && \
@@ -53,6 +53,7 @@ RUN echo '@community http://dl-cdn.alpinelinux.org/alpine/edge/community/' >> /e
5353 php84-pdo_pgsql@community \
5454 php84-pdo_sqlite@community \
5555 php84-pdo@community \
56+ php84-pecl-amqp@community \
5657 php84-pecl-apcu@community \
5758 php84-pecl-imagick@community \
5859 php84-pecl-mailparse@community \
You can’t perform that action at this time.
0 commit comments