From cbb47abb577a395b4e55a9ac056acd084b9a5705 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Fri, 6 Feb 2026 10:42:10 +0100 Subject: [PATCH] fix(clang-tidy): for the desktop client clang-tidy CI check to be able to post clang-tidy comments during CI on desktop client PR checks, we need python venv package Signed-off-by: Matthieu Gallien --- client-qt6/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/client-qt6/Dockerfile b/client-qt6/Dockerfile index 0cb33ff..d29e3b5 100644 --- a/client-qt6/Dockerfile +++ b/client-qt6/Dockerfile @@ -14,6 +14,7 @@ RUN \ perl \ python3 \ python3-pip \ + python3.13-venv \ build-essential \ mesa-common-dev \ pkg-config \