ci: update static_analysis Dockerfile
This commit is contained in:
parent
50ade9ae99
commit
61241079c8
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue