sonic-buildimage/dockers/docker-base-bookworm/no_install_recommend_suggest

6 lines
177 B
Plaintext
Raw Normal View History

# Instruct apt-get to NOT install "recommended" or "suggested" packages by
# default when installing a package.
APT::Install-Recommends "false";
APT::Install-Suggests "false";