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:
parent
e5b568e52f
commit
ac290207ef
2 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,7 @@ RUN set -ex; \
|
||||||
imagemagick-dev \
|
imagemagick-dev \
|
||||||
libwebp-dev \
|
libwebp-dev \
|
||||||
gmp-dev \
|
gmp-dev \
|
||||||
|
bzip2-dev \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp; \
|
docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp; \
|
||||||
|
@ -48,6 +49,7 @@ RUN set -ex; \
|
||||||
pdo_pgsql \
|
pdo_pgsql \
|
||||||
zip \
|
zip \
|
||||||
gmp \
|
gmp \
|
||||||
|
bz2 \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||||
|
|
|
@ -37,6 +37,7 @@ RUN set -ex; \
|
||||||
libzip-dev \
|
libzip-dev \
|
||||||
libwebp-dev \
|
libwebp-dev \
|
||||||
libgmp-dev \
|
libgmp-dev \
|
||||||
|
libbz2-dev \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
|
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
|
||||||
|
@ -56,6 +57,7 @@ RUN set -ex; \
|
||||||
pdo_pgsql \
|
pdo_pgsql \
|
||||||
zip \
|
zip \
|
||||||
gmp \
|
gmp \
|
||||||
|
bz2 \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
# 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