ci: update static_analysis Dockerfile

This commit is contained in:
light7734 2025-07-11 14:54:48 +03:30
parent d9d63d5375
commit f2731535e1

View file

@ -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 \