How to run programs that uses OpenGL in a fedora minimal qube?

In a qube based on the fedora-36 minimal template, I tried sudo dnf install glxinfo freeglut-devel mesa-libGL

When I run glxinfo, I get the following error:

[user@disp4923 ~]$ glxinfo
name of display: :0
Error: couldn't find RGB GLX visual or fbconfig

I can run glxinfo in a qube based on the full template (fedora-36) without any problem. I can also run WebGL demos with FireFox in the full qube.

What packages should I install in the minimal qube to run programs that uses OpenGL?