Sentrux commands in the code quality workflow are consistently failing with `sentrux: error while loading shared libraries: libgtk-3.so.0: cannot open` The solution is most likely adding libgtk-3 to the dockerfile ``` sudo apt install -y libgtk-3-0 ```
Sentrux commands in the code quality workflow are consistently failing with
sentrux: error while loading shared libraries: libgtk-3.so.0: cannot openThe solution is most likely adding libgtk-3 to the dockerfile