Browse Source

added nicer progress display to wget

pull/3/head
Mar Alegre 4 years ago
parent
commit
9e151dfe1e
  1. 2
      nextcloud/Containerfile

2
nextcloud/Containerfile

@ -97,7 +97,7 @@ RUN usermod -a -G redis www-data
# download nextcloud # download nextcloud
WORKDIR /var/www/html 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 ..." && \ echo "Unzipping ..." && \
unzip -q latest.zip && \ unzip -q latest.zip && \
chown -R www-data:www-data nextcloud && \ chown -R www-data:www-data nextcloud && \

Loading…
Cancel
Save