aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/dockerfile/clang5.include
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-01-12 15:16:41 -0800
committerGravatar Noah Eisen <ncteisen@google.com>2018-01-16 17:24:51 -0800
commit365ea6309bd683d384b58e05fdb58e557b20ba19 (patch)
treea855ca5699948a9b538f81dd9b56d641bd1b071e /templates/tools/dockerfile/clang5.include
parent5edcfb39c6afaabdd183da9e08fbcc56720fb92f (diff)
Dockerize clang tidy
Diffstat (limited to 'templates/tools/dockerfile/clang5.include')
-rw-r--r--templates/tools/dockerfile/clang5.include3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/tools/dockerfile/clang5.include b/templates/tools/dockerfile/clang5.include
new file mode 100644
index 0000000000..f16439b1d4
--- /dev/null
+++ b/templates/tools/dockerfile/clang5.include
@@ -0,0 +1,3 @@
+RUN apt-get update && apt-get -y install wget xz-utils
+RUN wget http://releases.llvm.org/5.0.0/clang+llvm-5.0.0-linux-x86_64-ubuntu14.04.tar.xz
+RUN tar xf clang+llvm-5.0.0-linux-x86_64-ubuntu14.04.tar.xz