Hey there!

i have an Owncast container that needs two extra files added to it every time it starts up because the base image doesn’t include them.

i’ve tried adding this to my quadlet:

[Container] Exec=apk update && apk add --no-cache mesa-va-gallium mesa-dri-gallium

but it doesn’t work.

does anyone know how to correctly automate this?

thanks!