ci: update static_analysis Dockerfile
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
light7734 2025-07-11 14:44:07 +03:30
parent 6285945eec
commit 802055f6d0
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

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 \