From 9e151dfe1e53f763513899c14954f5967f0a77d4 Mon Sep 17 00:00:00 2001
From: Mar Alegre <mar@mar.alemor.org>
Date: Sat, 1 Jan 2022 14:00:30 -0500
Subject: [PATCH] added nicer progress display to wget

---
 nextcloud/Containerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 && \