From ea82b8bd753684a0e6e68132632dfd140d2a0705 Mon Sep 17 00:00:00 2001 From: Romain BOULLARD Date: Sat, 16 May 2026 02:22:43 +0200 Subject: [PATCH] missing xvfb --- Linux/CPPBuilder/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Linux/CPPBuilder/Dockerfile b/Linux/CPPBuilder/Dockerfile index d10805c..e9305c9 100644 --- a/Linux/CPPBuilder/Dockerfile +++ b/Linux/CPPBuilder/Dockerfile @@ -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}"