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:
parent
b6e9467bb1
commit
fc38c69753
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user