turnbullpress / dockerbook-code

The code and configuration examples from The Docker Book (http://www.dockerbook.com)
927 stars 581 forks source link

Drop redundant apt-get switches, -qq implies -y #34

Closed topalovic closed 7 years ago

topalovic commented 7 years ago

Hey there. I've noticed some redundant apt-get switches around the code and cleaned those up. Less noise is always better, IMHO.

From the man page:

Note that quiet level 2 implies -y

Thanks for the book, great stuff :-)

jamtur01 commented 7 years ago

Thanks!