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:
parent
b80875632e
commit
bc811dfd1d
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ RUN set -ex; \
|
||||||
apk add --no-cache --virtual .build-deps \
|
apk add --no-cache --virtual .build-deps \
|
||||||
$PHPIZE_DEPS \
|
$PHPIZE_DEPS \
|
||||||
autoconf \
|
autoconf \
|
||||||
|
bzip2-dev \
|
||||||
freetype-dev \
|
freetype-dev \
|
||||||
gmp-dev \
|
gmp-dev \
|
||||||
icu-dev \
|
icu-dev \
|
||||||
|
@ -39,6 +40,7 @@ RUN set -ex; \
|
||||||
docker-php-ext-configure ldap; \
|
docker-php-ext-configure ldap; \
|
||||||
docker-php-ext-install -j "$(nproc)" \
|
docker-php-ext-install -j "$(nproc)" \
|
||||||
bcmath \
|
bcmath \
|
||||||
|
bz2 \
|
||||||
exif \
|
exif \
|
||||||
gd \
|
gd \
|
||||||
gmp \
|
gmp \
|
||||||
|
|
Loading…
Add table
Reference in a new issue