mirror of https://github.com/grpc/grpc.git
Merge pull request #12626 from matt-kwong/sanity-docker
Update Dockerfiles from ubuntu:15.10 to debian:jessiepull/12671/merge
commit
0aa5b1e03c
5 changed files with 48 additions and 29 deletions
@ -1,5 +1,5 @@ |
||||
RUN apt-get update && apt-get -y install wget |
||||
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-3.8 main >> /etc/apt/sources.list |
||||
RUN wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key| apt-key add - |
||||
RUN echo "deb http://llvm.org/apt/jessie/ llvm-toolchain-jessie-3.8 main" >> /etc/apt/sources.list |
||||
RUN echo "deb-src http://llvm.org/apt/jessie/ llvm-toolchain-jessie-3.8 main" >> /etc/apt/sources.list |
||||
RUN wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | apt-key add - |
||||
RUN apt-get update && apt-get -y install clang-format-3.8 |
||||
|
Loading…
Reference in new issue