mirror of https://github.com/grpc/grpc-node.git
Fix last fix
This commit is contained in:
parent
7cc18fe40d
commit
a5fa8a9540
|
@ -2,7 +2,7 @@ FROM debian:jessie
|
||||||
|
|
||||||
RUN echo "deb http://archive.debian.org/debian jessie-backports main" > /etc/apt/sources.list.d/backports.list
|
RUN echo "deb http://archive.debian.org/debian jessie-backports main" > /etc/apt/sources.list.d/backports.list
|
||||||
RUN apt-get -o Acquire::Check-Valid-Until=false update
|
RUN apt-get -o Acquire::Check-Valid-Until=false update
|
||||||
RUN apt-get -t jessie-backports -o Acquire::Check-Valid-Until=false install -y cmake
|
RUN apt-get -t jessie-backports install -y cmake
|
||||||
RUN apt-get install -y curl build-essential python libc6-dev-i386 lib32stdc++-4.9-dev jq
|
RUN apt-get install -y curl build-essential python libc6-dev-i386 lib32stdc++-4.9-dev jq
|
||||||
RUN curl -fsSL get.docker.com | bash
|
RUN curl -fsSL get.docker.com | bash
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue