I've been trying to run Steam within a container, but after the initial dependency install, it won't run at all. Trying to run it on terminal gives the following error:
$ lxc-attach --clear-env -n steam -- sudo -u ubuntu -i \
> env DISPLAY=$DISPLAY PULSE_SERVER=$PULSE_SOCKET steam
Running Steam on ubuntu 16.04 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(0)
libGL error: unable to load driver: radeonsi_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: radeonsi
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
Am I supposed to manually install some Mesa dependency?
PS It's a machine with AMD APU.