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

Merge remote-tracking branch 'upstream/master' into patch-3

This commit is contained in:
Thomas Clavier 2025-01-10 11:19:18 +01:00
commit 8bb3779baa
No known key found for this signature in database
GPG key ID: 20CCE23E53E6E41A
187 changed files with 3009 additions and 2543 deletions

View file

@ -5,6 +5,13 @@ RUN set -ex; \
\
apk add --no-cache \
imagemagick \
imagemagick-pdf \
imagemagick-jpeg \
imagemagick-raw \
imagemagick-tiff \
imagemagick-heic \
imagemagick-webp \
imagemagick-svg \
rsync \
; \
\
@ -35,11 +42,13 @@ RUN set -ex; \
postgresql-dev \
; \
\
docker-php-ext-configure ftp --with-openssl-dir=/usr; \
docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp; \
docker-php-ext-configure ldap; \
docker-php-ext-install -j "$(nproc)" \
bcmath \
exif \
ftp \
gd \
gmp \
intl \