0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-19 18:36:09 +02:00

Update Dockerfile-debian.template

Signed-off-by: JAN <forwork.jan@gmail.com>
This commit is contained in:
JAN 2023-12-17 12:56:35 +08:00 committed by GitHub
parent bc811dfd1d
commit 6a66d663e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,7 @@ RUN set -ex; \
\ \
apt-get update; \ apt-get update; \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
libbz2-dev \
libcurl4-openssl-dev \ libcurl4-openssl-dev \
libevent-dev \ libevent-dev \
libfreetype6-dev \ libfreetype6-dev \
@ -48,6 +49,7 @@ RUN set -ex; \
docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \ docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \
docker-php-ext-install -j "$(nproc)" \ docker-php-ext-install -j "$(nproc)" \
bcmath \ bcmath \
bz2 \
exif \ exif \
gd \ gd \
gmp \ gmp \