mirror of
https://github.com/outbackdingo/debos.git
synced 2026-01-27 10:18:47 +00:00
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:
committed by
Sjoerd Simons
parent
6fbb5752d7
commit
88464339d6
@@ -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/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user