Created
November 13, 2017 13:32
-
-
Save develar/080af5f072fcff060139dab3cbc901b6 to your computer and use it in GitHub Desktop.
apt-get cloud
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://github.com/number5/cloud-init/blob/master/doc/examples/cloud-config-apt.txt | |
# override to specify --no-install-recommends | |
apt_get_command: ["apt-get", "--option=Dpkg::Options::=--force-confold", "--option=Dpkg::options::=--force-unsafe-io", "--assume-yes", "--quiet", "--no-install-recommends"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment