Add component for slim
Slim(toolkit) is a tool to minify container images by stripping out everything that isn't explicitly needed. It's highly effective at reducing container size for conda builds where the target is just a single executable.
It would be good to add a docker/slim
component that can be used to minimise a container image built by the docker/build component.