Skip to content

Commit 4ea4678

Browse files
committed
Dockerfile: fix
1 parent 0d4f7dc commit 4ea4678

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ FROM runtimeverificationinc/kframework:ubuntu-bionic
77
RUN apt-get update -q \
88
&& apt-get install --yes \
99
libstdc++6 \
10+
llvm-6.0 \
11+
clang++-6.0 \
12+
clang-6.0 \
1013
clang-8 \
1114
libclang-8-dev \
1215
llvm-8-tools \

0 commit comments

Comments
 (0)