Merge pull request #6444 from nicolasnoble/clang-format-pinned

Pinning the llvm repository on 3.8.
pull/6526/head
jboeuf 9 years ago
commit e28415bdec
  1. 4
      tools/dockerfile/grpc_clang_format/Dockerfile

@ -30,8 +30,8 @@
FROM ubuntu:wily FROM ubuntu:wily
RUN apt-get update RUN apt-get update
RUN apt-get -y install wget RUN apt-get -y install wget
RUN echo deb http://llvm.org/apt/wily/ llvm-toolchain-wily main >> /etc/apt/sources.list RUN echo deb http://llvm.org/apt/wily/ llvm-toolchain-wily-3.8 main >> /etc/apt/sources.list
RUN echo deb-src http://llvm.org/apt/wily/ llvm-toolchain-wily main >> /etc/apt/sources.list RUN echo deb-src http://llvm.org/apt/wily/ llvm-toolchain-wily-3.8 main >> /etc/apt/sources.list
RUN wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key| apt-key add - RUN wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key| apt-key add -
RUN apt-get update RUN apt-get update
RUN apt-get -y install clang-format-3.8 RUN apt-get -y install clang-format-3.8

Loading…
Cancel
Save