diff --git a/Dockerfile b/Dockerfile index 225e3c9c94..78b68512bf 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 diff --git a/bindep.txt b/bindep.txt index a39a2ceb65..57352261dd 100644 --- a/bindep.txt +++ b/bindep.txt @@ -35,6 +35,7 @@ python3-devel [compile test platform:rpm] python3.7 [test platform:ubuntu-bionic] python3.7-dev [test platform:ubuntu-bionic] bubblewrap [!platform:ubuntu-xenial] +socat libre2-dev [compile test platform:dpkg] libre2-5 [platform:debian-buster] libre2-4 [platform:ubuntu-bionic]