You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flagon.apache.org by GitBox <gi...@apache.org> on 2020/03/10 13:18:58 UTC

[GitHub] [incubator-flagon-tap] Rajpratik71 opened a new pull request #7: optimization debian package manager tweaks

Rajpratik71 opened a new pull request #7: optimization debian package manager tweaks
URL: https://github.com/apache/incubator-flagon-tap/pull/7
 
 
   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 <ra...@gmail.com>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-flagon-tap] poorejc commented on issue #7: optimization debian package manager tweaks

Posted by GitBox <gi...@apache.org>.
poorejc commented on issue #7: optimization debian package manager tweaks
URL: https://github.com/apache/incubator-flagon-tap/pull/7#issuecomment-598522124
 
 
   @Rajpratik71 Thanks for the PR! Much appreciated. I'll take a look soon and review! 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services