832be7b8f4
* [docker-base] Instruct apt-get to NOT install 'recommended' or 'suggested' packages * Modify docker-fpm-quagga, docker-snmp-sv2 and docker-sonic-vs Dockerfile templates in order to properly install .deb dependencies * REDIS_SERVER depends on REDIS_TOOLS; ensure REDIS_TOOLS is always installed before REDIS_SERVER
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";
|