summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2020-03-12 11:52:49 -0500
committerMonty Taylor <mordred@inaugust.com>2020-03-12 14:17:53 -0500
commit957cec37f37670fe76f8aca7c44ddfd349b83f2c (patch)
treeeb79cdb54a1fa7e2ae66a9f2d263205d05953c38 /Dockerfile
parentd606ac51516dd8f28ec213f586859c9231eb7c55 (diff)
downloadzuul-957cec37f37670fe76f8aca7c44ddfd349b83f2c.tar.gz
Remove stretch-backports from docker build
python-base is buster now, so this is not necessary. We can just install bubblewrap and socat from buster directly. Change-Id: If65f3c2d6367a7c79cf9d6d8f788021ba72cccd4
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Dockerfile b/Dockerfile
index 225e3c9c9..78b68512b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -42,11 +42,6 @@ RUN mkdir /tmp/openshift-install \
FROM docker.io/opendevorg/python-base as zuul
COPY --from=builder /output/ /output
-RUN echo "deb http://ftp.debian.org/debian stretch-backports main" >> /etc/apt/sources.list \
- && apt-get update \
- && apt-get install -t stretch-backports -y bubblewrap socat \
- && apt-get clean \
- && rm -rf /var/lib/apt/lists/*
RUN /output/install-from-bindep \
&& pip install --cache-dir=/output/wheels -r /output/zuul_base/requirements.txt \
&& rm -rf /output