Comment on [HELP] Podman quadlet adding files to container
Nico_198X@europe.pub 4 weeks 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 4 weeks 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 4 weeks 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 4 weeks ago
ooo i see. ok i did not consider that