From 042de693b17da569232ba48955fd595cf4245d7b Mon Sep 17 00:00:00 2001
From: Christopher Obbard <chris.obbard@collabora.com>
Date: Mon, 25 Jan 2021 09:11:03 +0000
Subject: [PATCH] image-builder: 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>
---
 image-builder/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/image-builder/Dockerfile b/image-builder/Dockerfile
index cea534e..1f18b06 100644
--- a/image-builder/Dockerfile
+++ b/image-builder/Dockerfile
@@ -33,6 +33,7 @@ RUN apt-get update && \
         devscripts \
         dosfstools \
         e2fsprogs \
+        equivs \
         git \
         imx-code-signing-tool \
         jq \
-- 
GitLab