Skip to content

Instantly share code, notes, and snippets.

@glasnt
Created February 3, 2015 04:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glasnt/9c65d4c45b264fa09c39 to your computer and use it in GitHub Desktop.
Save glasnt/9c65d4c45b264fa09c39 to your computer and use it in GitHub Desktop.
wget output progress = STDERR
FROM debian:wheezy
RUN apt-get update && apt-get install -y wget
# Loud and noisy
RUN wget google.com
# Quiet
RUN wget google.com -q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment