From 88464339d64516b5ba30601d09d75fa51af150e7 Mon Sep 17 00:00:00 2001 From: Christopher Obbard Date: Thu, 28 Jan 2021 12:33:42 +0000 Subject: [PATCH] dockerfile: Add fakemachine uml backend support The fakemachine uml backend uses user-mode-linux and libslirp-helper packages available from bullseye, let's include those inside the container. Signed-off-by: Christopher Obbard --- docker/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index 659c862..40246a1 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -73,6 +73,7 @@ RUN apt-get update && \ gzip \ pigz \ libostree-1-1 \ + libslirp-helper \ linux-image-amd64 \ parted \ pkg-config \ @@ -82,6 +83,7 @@ RUN apt-get update && \ systemd-container \ u-boot-tools \ unzip \ + user-mode-linux \ xz-utils && \ rm -rf /var/lib/apt/lists/*