Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions v22.04/Dockerfile.multiarch
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ RUN apt-get update -y && \
php7.4-ldap \
php7.4-apcu php7.4-apcu-bc \
php7.4-redis \
php7.4-memcached \
php7.4-gmp \
php7.4-imagick \
php7.4-smbclient \
Expand Down
1 change: 1 addition & 0 deletions v24.04/Dockerfile.multiarch
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN apt-get update -y && \
php8.3-ldap \
php8.3-apcu \
php8.3-redis \
php8.3-memcached \
php8.3-gmp \
php8.3-imagick \
php8.3-smbclient \
Expand Down