We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7165ccc commit 908db13Copy full SHA for 908db13
Dockerfile
@@ -7,6 +7,9 @@ FROM runtimeverificationinc/kframework:ubuntu-bionic
7
RUN apt-get update -q \
8
&& apt-get install --yes \
9
libstdc++6 \
10
+ llvm-6.0 \
11
+ clang++-6.0 \
12
+ clang-6.0 \
13
clang-8 \
14
libclang-8-dev \
15
llvm-8-tools \
0 commit comments