Hi, how would you install some packages inside the...
# general
r
Hi, how would you install some packages inside the
docker_environment
specified image? For example I need to install gcc inside base python image used by this env. https://www.pantsbuild.org/v2.15/docs/environments#use-a-docker_environment-to-build-the-inputs-to-a-docker_image
Anyone? I suppose what I am asking is can
docker_enviornment
be created from
docker_image
target?
w
not as part of a build step, no: you’d currently have to actually build the image once, and then publish it somewhere
but that is definitely something that would make sense to do in the future: would you mind filing a ticket?
👍 1