Remove comment from matrix-eavesdrop dockerfile

This is mostly to force a build after correcting a pipeline config.

Change-Id: Ib8ecdfb2b5fe25e0213809c6eebce55493642214
This commit is contained in:
James E. Blair 2021-08-02 14:22:42 -07:00
parent 47d1737cd7
commit 81b3e0eb90

View File

@ -15,7 +15,6 @@
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
# ENV DEBIAN_FRONTEND=noninteractive
COPY src /tmp/src
RUN assemble