1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-05-07 07:14:23 +02:00

fix: add xvfb to draw offscreen

This commit is contained in:
2024-07-26 10:34:18 +02:00
committed by wakonig_k
parent 5a9ccfd1f6
commit 3d681f77e1
+1 -1
View File
@@ -56,7 +56,7 @@ stages:
.install-os-packages: &install-os-packages
- apt-get update
- apt-get install -y libgl1-mesa-glx libegl1-mesa x11-utils libxkbcommon-x11-0 libdbus-1-3
- apt-get install -y libgl1-mesa-glx libegl1-mesa x11-utils libxkbcommon-x11-0 libdbus-1-3 xvfb
- *install-qt-webengine-deps
before_script: