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:54:48 +03:30
parent 6a7e8b6807
commit bdad516740
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -9,7 +9,10 @@ RUN apk add --no-cache \
make \ make \
g++ \ g++ \
python3 \ python3 \
py3-pip py3-pip \
mesa-dev \
mesa-gl \
pkgconf
RUN pip install --no-cache-dir --break-system-packages conan gitpython \ RUN pip install --no-cache-dir --break-system-packages conan gitpython \