aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/dockerfile/clang_format.include
blob: 79d0ff286f85f7b7a0c578b9988b0d66965a5c75 (plain)
1
2
3
4
5
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
RUN ln -s /clang+llvm-5.0.0-linux-x86_64-ubuntu14.04/bin/clang-format /usr/local/bin/clang-format
ENV CLANG_FORMAT=clang-format