0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 19:21:50 +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

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: