ci: update static_analysis Dockerfile
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
6285945eec
commit
802055f6d0
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ RUN apk add --no-cache \
|
||||||
py3-pip
|
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 \
|
RUN clang --version \
|
||||||
&& conan --version \
|
&& conan --version \
|
||||||
|
|
Loading…
Add table
Reference in a new issue