mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-03-22 20:37:12 +08:00
add fpt configure
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
8f670a2939
commit
a915227029
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp; \
|
||||
docker-php-ext-configure ftp --with-openssl-dir=/usr; \
|
||||
docker-php-ext-configure ldap; \
|
||||
docker-php-ext-install -j "$(nproc)" \
|
||||
bcmath \
|
||||
|
|
Loading…
Add table
Reference in a new issue