ci: update static_analysis Dockerfile

g
This commit is contained in:
light7734 2025-07-11 14:39:19 +03:30
parent ede3e9d82e
commit f121cc7318
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

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