mirror of https://github.com/grpc/grpc-node.git
grpc-tools: Update native build docker image
This commit is contained in:
parent
271c848b68
commit
87e70e890b
|
@ -1,11 +1,7 @@
|
|||
FROM debian:jessie
|
||||
FROM debian:stretch
|
||||
|
||||
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 sed -i '/deb http:\/\/deb.debian.org\/debian jessie-updates main/d' /etc/apt/sources.list
|
||||
RUN apt-get update
|
||||
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 cmake curl build-essential python libc6-dev-i386 lib32stdc++-6-dev jq
|
||||
|
||||
RUN mkdir /usr/local/nvm
|
||||
ENV NVM_DIR /usr/local/nvm
|
||||
|
|
Loading…
Reference in New Issue