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:
parent
e5b568e52f
commit
ac290207ef
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue