Skip to content
Snippets Groups Projects
Unverified Commit 8377f80e authored by Nico's avatar Nico
Browse files

buildenv: install llvm

parent 6582fcec
No related branches found
No related tags found
No related merge requests found
Pipeline #3716 passed
...@@ -28,6 +28,7 @@ RUN apt-get update \ ...@@ -28,6 +28,7 @@ RUN apt-get update \
openssh-client \ openssh-client \
swig \ swig \
clang \ clang \
llvm \
&& apt-get clean \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment