diff --git a/Containers/nextcloud/Dockerfile b/Containers/nextcloud/Dockerfile index 8924daa7..97869ea9 100644 --- a/Containers/nextcloud/Dockerfile +++ b/Containers/nextcloud/Dockerfile @@ -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 \