summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorJustin Dray ✌️ 🙌 <justin@dray.be>2017-11-05 17:01:15 +1000
committerJustin Dray ✌️ 🙌 <justin@dray.be>2017-11-05 17:08:22 +1000
commitdd2117999289a22e041c469507fffe3496e4cf01 (patch)
treeb0fef8de2f1083ebf70f298017df80af1e322e9e /Dockerfile
parent609ece8cffe770efedbeca653ccd94809edab463 (diff)
Add an armv7hf docker build
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 5a123fc8d7..05a83a7488 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,6 +5,9 @@ FROM debian:jessie
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 /