Comment on [HELP] Podman quadlet adding files to container
Nico_198X@europe.pub 1 week agowell, we can download these libraries from within the container. i just want a way to tell the container to always do that on startup
Comment on [HELP] Podman quadlet adding files to container
Nico_198X@europe.pub 1 week agowell, we can download these libraries from within the container. i just want a way to tell the container to always do that on startup
InnerScientist@lemmy.world 1 week ago
Well, ithe correct way would be to create a new container image using your current image as the base and executing your commands, you then need to rebuild that image when the base image is updated.
Nico_198X@europe.pub 1 week ago
ooo i see. ok i did not consider that