3f138e899c
* Build a Docker base image based on Debian Stretch * Build a config-engine Docker image based on Stretch * Do not install socat from Debian repo * Add changes that were made to docker-base since this PR was opened
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";
|