mirror of https://github.com/grpc/grpc-node.git
Drop jessie-updates from list
This commit is contained in:
parent
a9985dffdb
commit
9d76ffa65e
|
@ -2,6 +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 echo 'Acquire::Check-Valid-Until "false";' > /etc/apt/apt.conf
|
RUN echo 'Acquire::Check-Valid-Until "false";' > /etc/apt/apt.conf
|
||||||
|
RUN sed -i '/deb http:\/\/deb.debian.org\/debian jessie-updates main/d' /etc/apt/sources.list
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get -t jessie-backports 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
|
||||||
|
|
Loading…
Reference in New Issue