summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
author👍 🙌 ✌️ Justin Dray <justin@dray.be>2018-02-06 13:46:51 +1000
committer👍 🙌 ✌️ Justin Dray <justin@dray.be>2018-02-06 13:46:51 +1000
commit0afaaa15988b654a6541391c7ca9214759a1fd02 (patch)
tree3fac180c4c1869c27a795bedc78501cde8e487ef /Dockerfile
parent91db73ef803fc8bbdba891227cc126dff8d9b672 (diff)
Update to Debian Stretch for docker containers
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index 05a83a7488..cb1f75cb9e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,13 +1,10 @@
# author : titpetric
# original: https://github.com/titpetric/netdata
-FROM debian:jessie
+FROM debian:stretch
ADD . /netdata.git
-RUN echo "deb http://ftp.nl.debian.org/debian/ jessie main" > /etc/apt/sources.list
-RUN echo "deb http://security.debian.org/debian-security jessie/updates main" >> /etc/apt/sources.list
-
RUN cd ./netdata.git && chmod +x ./docker-build.sh && sync && sleep 1 && ./docker-build.sh
WORKDIR /