0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-17 00:24: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

@ -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