ci: update static_analysis Dockerfile

g
This commit is contained in:
light7734 2025-07-11 14:39:19 +03:30
parent 6c123edb7c
commit b41c22fa3b

View file

@ -11,7 +11,8 @@ RUN apk add --no-cache \
python3 \ python3 \
py3-pip py3-pip
RUN pip install --no-cache-dir conan
RUN pip install --no-cache-dir --break-system-packages conan gitpython
RUN clang --version \ RUN clang --version \
&& conan --version \ && conan --version \