From 6657ba7889fd82db6c141ab65fc36da15c36b4f0 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 17 Apr 2019 09:10:48 +0200 Subject: Use ftp.debian.org as a "blind workaround" for trouble with ftp.de We get a lot of build failures recently like this: Step 3/4 : ADD http://ftp.de.debian.org/debian/dists/stretch/Release /tmp/Release ADD failed: Get http://ftp.de.debian.org/debian/dists/stretch/Release: dial tcp 141.76.2.4:80: i/o timeout ../make/Makefile:44: recipe for target 'docker-build' failed make: *** [docker-build] Error 1 make: Leaving directory ' + exit 1 Let's hope that this works around the connectivity problems with ftp.de.debian.org Change-Id: I5a0eb058d95372c44fce042de90c4127a3021a93 --- debian-jessie-build/Dockerfile | 2 +- debian-stretch-build/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian-jessie-build/Dockerfile b/debian-jessie-build/Dockerfile index 39653d2..29daff6 100644 --- a/debian-jessie-build/Dockerfile +++ b/debian-jessie-build/Dockerfile @@ -2,7 +2,7 @@ FROM debian:jessie MAINTAINER Harald Welte -ADD http://ftp.de.debian.org/debian/dists/jessie/Release /tmp/Release +ADD http://ftp.debian.org/debian/dists/jessie/Release /tmp/Release RUN apt-get update && \ apt-get upgrade -y && \ apt-get install -y --no-install-recommends \ diff --git a/debian-stretch-build/Dockerfile b/debian-stretch-build/Dockerfile index d4dcc39..e262d86 100644 --- a/debian-stretch-build/Dockerfile +++ b/debian-stretch-build/Dockerfile @@ -2,7 +2,7 @@ FROM debian:stretch MAINTAINER Harald Welte -ADD http://ftp.de.debian.org/debian/dists/stretch/Release /tmp/Release +ADD http://ftp.debian.org/debian/dists/stretch/Release /tmp/Release RUN apt-get update && \ apt-get upgrade -y && \ apt-get install -y --no-install-recommends \ -- cgit v1.2.3