Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Comments

debian package manager optimization#898

Closed
rajpratik71 wants to merge 1 commit intogoogle:masterfrom
OSSSP:enhancement/debian_aptget
Closed

debian package manager optimization#898
rajpratik71 wants to merge 1 commit intogoogle:masterfrom
OSSSP:enhancement/debian_aptget

Conversation

@rajpratik71
Copy link

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 .

Signed-off-by: Pratik Raj rajpratik71@gmail.com

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: Pratik Raj <rajpratik71@gmail.com>
@willnorris
Copy link

Hey Pratik! I see that you're making these debian package manager changes across a bunch of different Google repos (google/aistreamer#7, google/oss-fuzz#3480, google/gvisor#2098). I definitely appreciate the contributions, but would you mind not @mentioning random people like this for code review? Chris, Danny, and I are owners of the google org, but are not the right people to review contributions for individual repos like this. You should just be able to open pull requests, and the relevant repo owners will see them.

@rajpratik71
Copy link
Author

Hey Pratik! I see that you're making these debian package manager changes across a bunch of different Google repos (google/aistreamer#7, google/oss-fuzz#3480, google/gvisor#2098). I definitely appreciate the contributions, but would you mind not @mentioning random people like this for code review? Chris, Danny, and I are owners of the google org, but are not the right people to review contributions for individual repos like this. You should just be able to open pull requests, and the relevant repo owners will see them.

sorry for annoying messages and notifications due to mentioning , but i mention when there is no response and reviewers assigned by system . And the reviewers suggestion is given by github who contributed to respective repos , i don't intentionally mentioned anyone by own.

@afd
Copy link
Contributor

afd commented Mar 10, 2020

Thanks for this - that Dockerfile is actually something we don't need, so I will close this PR and open a PR to remove the Dockerfile.

@afd afd closed this Mar 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants