ci: update static_analysis Dockerfile

This commit is contained in:
light7734 2025-07-11 14:42:22 +03:30
parent b41c22fa3b
commit 50ade9ae99

View file

@ -18,3 +18,7 @@ RUN clang --version \
&& conan --version \
&& pip --version \
&& cmake --version
RUN git clone 'https://git.light7734.com/light7734/light.git' --recursive \
&& cd light \
&& conan install . -o enable_static_analysis=True --build=missing