[dolphin-emu] libOpenGL.so.0 needed

In Ubuntu 19.04 with Nvidia Drivers (currently 430.09) after installing the Runner Dolphin-emu is not loaded. It ask for ibOpenGL.so.0

Running /home/toni/.local/share/lutris/runners/dolphin/dolphin-emu
/home/toni/.local/share/lutris/runners/dolphin/dolphin-emu: error while loading shared libraries: libOpenGL.so.0: cannot open shared object file: No such file or directory
Waiting on children
Exit with returncode 127

EDIT: I realized that after installing libopengl0, the library is correctly found.
sudo apt install libopengl0