Update matrix-eavesdrop for bullseye

Bullseye means we don't need the backports repos. Also, the upstream
images have bullseye-backports in them already now.

Depends-On: https://review.opendev.org/c/opendev/system-config/+/800318
Change-Id: I3813068c21d06d9b182fe81efcf2e636b2170c4a
This commit is contained in:
Monty Taylor 2021-08-26 15:11:37 -05:00
parent b6e9467bb1
commit fc38c69753
2 changed files with 2 additions and 4 deletions

View File

@ -14,13 +14,11 @@
# limitations under the License.
FROM docker.io/opendevorg/python-builder:3.9 as builder
RUN echo 'deb http://deb.debian.org/debian buster-backports main' >> /etc/apt/sources.list
COPY src /tmp/src
RUN assemble
FROM docker.io/opendevorg/python-base:3.9 as eavesdrop
RUN echo 'deb http://deb.debian.org/debian buster-backports main' >> /etc/apt/sources.list
COPY --from=builder /output/ /output
RUN /output/install-from-bindep \

View File

@ -1,7 +1,7 @@
gcc [compile test]
libc6-dev [compile test]
libffi-dev [compile test]
libolm-dev/buster-backports [compile test]
libolm-dev [compile test]
make [compile test]
python3-dev [compile test]
libolm3/buster-backports
libolm3