v0.8.0: File capability fixup
Turns out there is a loss of file capabilities from the base image. This makes e.g., podman rootless unable to run.
Manually quirk those bins until we figure out the source of this.
It seems programs installed through the container maintain their file capabilities though.
bash-5.2# getcap /usr/bin/*
/usr/bin/gamescope cap_sys_nice=eip
Full Changelog: v0.7.4...v0.8.0