missing xvfb
All checks were successful
Docker Builders / build-base-builder (push) Successful in 37s
Docker Builders / build-cpp-builder (push) Successful in 3m13s

This commit is contained in:
2026-05-16 02:22:43 +02:00
parent 8dafcdae98
commit ea82b8bd75

View File

@@ -8,7 +8,8 @@ RUN apt-get update && apt-get install -y \
git \
lsb-release \
pkg-config \
software-properties-common
software-properties-common \
xvfb
ENV PATH="/root/.local/bin:${PATH}"