From bdad5167406fb1d983e5bd16101a0a6726954d67 Mon Sep 17 00:00:00 2001 From: light7734 Date: Fri, 11 Jul 2025 14:54:48 +0330 Subject: [PATCH] ci: update static_analysis Dockerfile --- tools/ci/images/static_analysis/Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/ci/images/static_analysis/Dockerfile b/tools/ci/images/static_analysis/Dockerfile index 36bdbbe..37d1e46 100644 --- a/tools/ci/images/static_analysis/Dockerfile +++ b/tools/ci/images/static_analysis/Dockerfile @@ -9,7 +9,10 @@ RUN apk add --no-cache \ make \ g++ \ python3 \ - py3-pip + py3-pip \ + mesa-dev \ + mesa-gl \ + pkgconf RUN pip install --no-cache-dir --break-system-packages conan gitpython \