0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-07-27 00:58:05 +02:00

Compare commits

..

2 commits

Author SHA1 Message Date
Alexander "Ananace" Olofsson
6dd04518eb
Merge a11a594a04 into dd663d60c6 2024-11-22 23:21:56 +00:00
Alexander Olofsson
a11a594a04
Add nginx-unit server support
Signed-off-by: Alexander Olofsson <ace@haxalot.com>
2024-11-23 00:21:33 +01:00

View file

@ -51,11 +51,13 @@ RUN set -ex; \
; \
\
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
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 --with-libdir="lib/$debMultiarch"; \
docker-php-ext-install -j "$(nproc)" \
bcmath \
exif \
ftp \
gd \
gmp \
intl \