summaryrefslogtreecommitdiffstats
path: root/docker-build.sh
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 /docker-build.sh
parent609ece8cffe770efedbeca653ccd94809edab463 (diff)
Add an armv7hf docker build
Diffstat (limited to 'docker-build.sh')
-rw-r--r--docker-build.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/docker-build.sh b/docker-build.sh
index 1112ccb622..fd056c3901 100644
--- a/docker-build.sh
+++ b/docker-build.sh
@@ -8,9 +8,6 @@ DEBIAN_FRONTEND=noninteractive
# some mirrors have issues, i skipped httpredir in favor of an eu mirror
-echo "deb http://ftp.nl.debian.org/debian/ jessie main" > /etc/apt/sources.list
-echo "deb http://security.debian.org/debian-security jessie/updates main" >> /etc/apt/sources.list
-
# install dependencies for build
apt-get -qq update