Skip to content

Commit a915227

Browse files
committed
add fpt configure
Signed-off-by: Simon L <[email protected]>
1 parent 8f670a2 commit a915227

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Containers/nextcloud/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ RUN set -ex; \
5858
; \
5959
\
6060
docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp; \
61+
docker-php-ext-configure ftp --with-openssl-dir=/usr; \
6162
docker-php-ext-configure ldap; \
6263
docker-php-ext-install -j "$(nproc)" \
6364
bcmath \

0 commit comments

Comments
 (0)