Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Infrastructure
docker-clang
Commits
c327363d
Commit
c327363d
authored
Oct 01, 2019
by
Jurre van Bergen
Browse files
Update Dockerfile
parent
2fbf0a56
Pipeline
#70
failed with stage
in 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
c327363d
...
...
@@ -7,4 +7,4 @@ ADD import-llvm-keys.sh /root/import-llvm-keys.sh
RUN
sh /root/import-llvm-keys.sh
RUN
echo
"deb http://apt.llvm.org/stretch/ llvm-toolchain-stretch main"
>
/etc/apt/sources.list.d/llvm.list
RUN
apt update
RUN
apt
install
-y
-qq
clang
-9
clang-tools
-9 clang-9-doc
libclang-common-
9-
dev libclang-
9-
dev libclang1
-9
clang-format
-9 python-clang-9
clangd
-9
libllvm
9
llvm
-9
llvm-
9-
dev llvm-
9-doc llvm-9-examples llvm-9-
runtime libfuzzer-
9-
dev
RUN
apt
install
-y
-qq
clang clang-tools libclang-common-dev libclang-dev libclang1 clang-format clangd libllvm llvm llvm-dev llvm-runtime libfuzzer-dev
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment