From bd53aff7095eb47a809f4c91c10ca73b4fc181c5 Mon Sep 17 00:00:00 2001 From: Christopher Obbard Date: Mon, 25 Jan 2021 09:23:43 +0000 Subject: [PATCH] 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 --- docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index 34e6567..9b78b74 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -67,6 +67,7 @@ RUN apt-get update && \ debootstrap \ dosfstools \ e2fsprogs \ + equivs \ fdisk \ f2fs-tools \ gzip \