Add sources override to override dir

This prevents the need to adjust the sources.list in the Dockerfile
allowing the gate full control over the sources.list to utilize the
gate mirrors for all of this.

Change-Id: Icd6d17a0b2e4f22db6f5169b32ca42a7607b8592
This commit is contained in:
Sam Yaple 2017-04-04 18:42:36 +00:00
parent f54db1f951
commit cbe1ba4258
2 changed files with 3 additions and 2 deletions

2
debian/Dockerfile vendored
View File

@ -5,8 +5,6 @@ ARG OVERRIDE=override
ADD $OVERRIDE /
RUN set -x \
# NOTE(SamYaple): backports is only used for liberasurecode-dev
&& echo "deb http://deb.debian.org/debian jessie-backports main" > /etc/apt/sources.list.d/backports.list \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
build-essential \

View File

@ -0,0 +1,3 @@
# NOTE(SamYaple): backports is only used for liberasurecode-dev
# TODO(SamYaple): Remove when switching to Stretch
deb http://deb.debian.org/debian jessie-backports main