aboutsummaryrefslogtreecommitdiffstats
path: root/debian-stretch-build
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2019-05-03 09:19:20 +0200
committerHarald Welte <laforge@gnumonks.org>2019-05-07 06:31:16 +0000
commit269331461a2ff23a6c5e10a239075377de605aed (patch)
treec1d1a499753ce4094f906701d12e3a843d6590c7 /debian-stretch-build
parent857d60059c8f1476271a8f917f3fc6406f915822 (diff)
debian-*-build: don't download "Release" file
Stop jenkins jobs from failing, due to the download errors we are getting from time to time, by simply not downloading these files. They are redundant, because we are already running 'docker build --pull' before trying to build the debian-*-build images [1], and the docker images are released at least as often, as the "Release" file gets updated [2]. This is in line with how it is done in osmo-ci.git. [1]: Change-Id: I1076bbb7d77bdc99f5d60d641c09ce965fb9dfc6 [2]: https://hub.docker.com/_/debian Change-Id: Ieedb310814412f235e56bdc65517404842eac00f
Diffstat (limited to 'debian-stretch-build')
-rw-r--r--debian-stretch-build/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/debian-stretch-build/Dockerfile b/debian-stretch-build/Dockerfile
index e262d86..a4526f7 100644
--- a/debian-stretch-build/Dockerfile
+++ b/debian-stretch-build/Dockerfile
@@ -2,7 +2,6 @@ FROM debian:stretch
MAINTAINER Harald Welte <laforge@gnumonks.org>
-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 \