docker: Add equivs package

The equivs package is used to create dummy Debian packages which can
be useful in development to satisfy dependencies without installing the
real package. Note that this package is not the recommended way of
dealing with broken dependencies: a bug report should be filed instead.

Signed-off-by: Christopher Obbard <chris.obbard@collabora.com>
This commit is contained in:
Christopher Obbard
2021-01-25 09:23:43 +00:00
committed by Sjoerd Simons
parent 0303282b25
commit bd53aff709

View File

@@ -67,6 +67,7 @@ RUN apt-get update && \
debootstrap \
dosfstools \
e2fsprogs \
equivs \
fdisk \
f2fs-tools \
gzip \