0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-19 18:36:09 +02:00

Update Dockerfile-alpine.template

nextcloud 28.0.0 needs bz2 php module

Signed-off-by: JAN <forwork.jan@gmail.com>
This commit is contained in:
JAN 2023-12-17 12:55:31 +08:00 committed by GitHub
parent b80875632e
commit bc811dfd1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@ RUN set -ex; \
apk add --no-cache --virtual .build-deps \
$PHPIZE_DEPS \
autoconf \
bzip2-dev \
freetype-dev \
gmp-dev \
icu-dev \
@ -39,6 +40,7 @@ RUN set -ex; \
docker-php-ext-configure ldap; \
docker-php-ext-install -j "$(nproc)" \
bcmath \
bz2 \
exif \
gd \
gmp \