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 <chris.obbard@collabora.com>
This commit is contained in:
Christopher Obbard
2021-01-28 12:33:42 +00:00
committed by Sjoerd Simons
parent 6fbb5752d7
commit 88464339d6

View File

@@ -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/*