Apologies for this is a somewhat duplicate post. I thought that a better subject may get it the visibility that the other didn't.
With that being said, I have an existing Docker image that I want to simply add some Python packages to. I have gone down
the path of using the Python rules and the pip_import described in it. That exposes the packages I need to the BUILD, but it
does not put the packages into the image.
When I did this with Docker and Dockerfile, I simply ran pip install command. I understand that this is not something supported by
Bazel, and the reasons for not doing it. There has to be a way to do this that I am simply not finding.
Thanks,
Charlie