maven - Ubuntu 14.04 - wget is hanging -


i trying run install maven in docker image using command:

run wget --no-proxy --no-verbose -o /tmp/apache-maven-3.2.2.tar.gz http://archive.apache.org/dist/maven/maven-3/3.2.2/binaries/apache-maven-3.2.2-bin.tar.gz 

but hangs in command line terminal. no output, nothing after that. don't prompted enter command in shell until hit ctrl + c.

edit 1: tried running command --no-proxy , result once again:

root@2ff7e62d1e7c:/# wget --no-verbose -o /tmp/apache-maven-3.2.2.tar.gz http:// archive.apache.org/dist/maven/maven-3/3.2.2/binaries/apache-maven-3.2.2-bin.tar. gz 2015-08-16 17:19:07 url:http://archive.apache.org/dist/maven/maven-3/3.2.2/binar ies/apache-maven-3.2.2-bin.tar.gz [6940967/6940967] -> "/tmp/apache-maven-3.2.2. tar.gz" [1] 

i above output, after running wget without --no-proxy

edit 2: ok did download file (i think), it's in red color?

apache-maven-3.2.2.tar.gz 

is in /tmp/apache-maven-3.2.2.tar.gz on container, in red color?

edit 3: ok wget worked had run few times. i'll leave question in case others may find useful.


Comments

Popular posts from this blog

dns - How To Use Custom Nameserver On Free Cloudflare? -

python - Pygame screen.blit not working -

c# - Web API response xml language -