minideb icon indicating copy to clipboard operation
minideb copied to clipboard

remove_packages (like install_packages but to remove)

Open cortopy opened this issue 5 years ago • 1 comments

It's usual to have some build steps in the Dockerfile which require packages no longer needed once the container is up and running.

It would be great to have remove_packages that, like install_packages, does all the cleaning associated with uninstalling a package

cortopy avatar May 19 '20 20:05 cortopy

Thanks for the suggestion. We will add it to our to-do list but any PR will be welcome to speed up the implementation.

beltran-rubo avatar May 21 '20 06:05 beltran-rubo