We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9214988 + 87e70e8 commit a403ad7Copy full SHA for a403ad7
tools/release/native/Dockerfile
@@ -1,11 +1,7 @@
1
-FROM debian:jessie
+FROM debian:stretch
2
3
-RUN echo "deb http://archive.debian.org/debian jessie-backports main" > /etc/apt/sources.list.d/backports.list
4
-RUN echo 'Acquire::Check-Valid-Until "false";' > /etc/apt/apt.conf
5
-RUN sed -i '/deb http:\/\/deb.debian.org\/debian jessie-updates main/d' /etc/apt/sources.list
6
RUN apt-get update
7
-RUN apt-get -t jessie-backports install -y cmake
8
-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
9
10
RUN mkdir /usr/local/nvm
11
ENV NVM_DIR /usr/local/nvm
0 commit comments