3e3c7aa09d
The layers compile for amd64; however, functionality has not been tested. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
6 lines
177 B
Plaintext
6 lines
177 B
Plaintext
# Instruct apt-get to NOT install "recommended" or "suggested" packages by
|
|
# default when installing a package.
|
|
|
|
APT::Install-Recommends "false";
|
|
APT::Install-Suggests "false";
|