We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f670a2 commit a915227Copy full SHA for a915227
Containers/nextcloud/Dockerfile
@@ -58,6 +58,7 @@ RUN set -ex; \
58
; \
59
\
60
docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp; \
61
+ docker-php-ext-configure ftp --with-openssl-dir=/usr; \
62
docker-php-ext-configure ldap; \
63
docker-php-ext-install -j "$(nproc)" \
64
bcmath \
0 commit comments