Skip to content
Snippets Groups Projects
Commit 2278de02 authored by Pratik Raj's avatar Pratik Raj Committed by Maria Matejka
Browse files

optimization debian package manager tweaks

By default, Ubuntu or Debian based "apt" or "apt-get" system installs recommended but not suggested packages .

By passing "--no-install-recommends" option, the user lets apt-get know not to consider recommended packages as a dependency to install.

This results in smaller downloads and installation of packages .

Refer to blog at [Ubuntu Blog](https://ubuntu.com/blog/we-reduced-our-docker-images-by-60-with-no-install-recommends

) .

Signed-off-by: default avatarPratik Raj <rajpratik71@gmail.com>
parent dc042d87
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment