diff --git a/nextcloud/Containerfile b/nextcloud/Containerfile index f175981..5fae73d 100644 --- a/nextcloud/Containerfile +++ b/nextcloud/Containerfile @@ -97,7 +97,7 @@ RUN usermod -a -G redis www-data # download nextcloud WORKDIR /var/www/html -RUN wget https://download.nextcloud.com/server/releases/latest.zip && \ +RUN wget --progress=dot:giga https://download.nextcloud.com/server/releases/latest.zip && \ echo "Unzipping ..." && \ unzip -q latest.zip && \ chown -R www-data:www-data nextcloud && \