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
e7524243b5
Merge c1962656d5 into dd663d60c6 2024-11-21 02:48:36 +00:00
Alexander Olofsson
c1962656d5 Add nginx-unit server support
Signed-off-by: Alexander Olofsson <ace@haxalot.com>
2024-05-10 13:56:44 +02:00

View file

@ -51,13 +51,11 @@ 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 \