Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Infrastructure
docker-clang
Commits
026d0692
Commit
026d0692
authored
Oct 01, 2019
by
Jurre van Bergen
Browse files
Update Dockerfile
parent
f1e61ec2
Pipeline
#72
failed with stage
in 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
026d0692
...
...
@@ -5,6 +5,6 @@ RUN apt install --no-install-recommends -y build-essential git autoconf libtool
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
echo
"deb http://apt.llvm.org/stretch/ llvm-toolchain-stretch
-9
main"
>
/etc/apt/sources.list.d/llvm.list
RUN
apt update
RUN
apt
install
-y
-qq
clang clang-tools-9 libclang-common-9-dev libclang-9-dev libclang1-9 clang-format-9 clangd-9 libllvm-9 llvm llvm-dev llvm-runtime libfuzzer-9-dev
RUN
apt
install
-y
-qq
clang clang-tools-9 libclang-common-9-dev libclang-9-dev libclang1-9 clang-format-9 clangd-9 libllvm-9 llvm
-9
llvm-
9-
dev llvm-
9-
runtime libfuzzer-9-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