From 6f3d5ed2d1df9b155ce9a51866ecbd1211d1526c Mon Sep 17 00:00:00 2001
From: Walter Lozano <walter.lozano@collabora.com>
Date: Sat, 12 Dec 2020 19:01:30 +0000
Subject: [PATCH] image-builder: Add python3-debian

In order to be able to generate the BOM file of the image add python3-debian
package.

Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
---
 image-builder/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/image-builder/Dockerfile b/image-builder/Dockerfile
index 03ed152..cea534e 100644
--- a/image-builder/Dockerfile
+++ b/image-builder/Dockerfile
@@ -48,6 +48,7 @@ RUN apt-get update && \
         parted \
         procps \
         python3 \
+        python3-debian \
         qemu-utils \
         qemu-user-static \
         rsync \
-- 
GitLab