0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-16 16:14:47 +02:00

Add PHP bz2 extension

Signed-off-by: Cédrik LIME <REMOVE_ME+github@cedrik.fr>
This commit is contained in:
Cédrik LIME 2021-01-01 21:09:46 +01:00
parent e5b568e52f
commit ac290207ef
2 changed files with 4 additions and 0 deletions

View file

@ -32,6 +32,7 @@ RUN set -ex; \
imagemagick-dev \
libwebp-dev \
gmp-dev \
bzip2-dev \
; \
\
docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp; \
@ -48,6 +49,7 @@ RUN set -ex; \
pdo_pgsql \
zip \
gmp \
bz2 \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately

View file

@ -37,6 +37,7 @@ RUN set -ex; \
libzip-dev \
libwebp-dev \
libgmp-dev \
libbz2-dev \
; \
\
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
@ -56,6 +57,7 @@ RUN set -ex; \
pdo_pgsql \
zip \
gmp \
bz2 \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately