kata-containers/osbuilder

Optimization in Install of debian package

Rajpratik71 opened this issue · 0 comments

Which feature do you think can be improved?

While installing any package with apt/apt-get , it installs a lot of other recommended packages ,
which may or may not , ever used or needed.

How can it be improved?

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 .

what i have done in #426

Before raising this feature request

Have you looked at the limitations document?

yes