Simplify progress bar

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař
2015-12-04 11:36:00 +01:00
parent f0486dddda
commit 0b99ee6512
+1 -1
View File
@@ -1,6 +1,6 @@
FROM netroby/alpine-php
RUN wget https://www.phpmyadmin.net/downloads/phpMyAdmin-latest-all-languages.tar.gz \
RUN wget --progress=dot https://www.phpmyadmin.net/downloads/phpMyAdmin-latest-all-languages.tar.gz \
&& tar xzf phpMyAdmin*.tar.gz \
&& rm phpMyAdmin*.tar.gz \
&& mv phpMyAdmin* /www