ci: update static_analysis Dockerfile

This commit is contained in:
light7734 2025-07-11 14:44:07 +03:30
parent 50ade9ae99
commit 61241079c8

View file

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