diff --git a/docker/Dockerfile b/docker/Dockerfile index fe1c1ea6..4115ac3a 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -115,6 +115,13 @@ RUN apt-get update && \ arch-install-scripts && \ rm -rf /var/lib/apt/lists/* +RUN echo "deb http://deb.debian.org/debian bookworm-backports main" > /etc/apt/sources.list.d/bookworm-backports.list && \ + apt-get update && \ + apt-get install -y --no-install-recommends -t bookworm-backports \ + qemu-system-x86 \ + qemu-user-static && \ + rm -rf /var/lib/apt/lists/* + COPY --from=builder $GOPATH/bin/debos /usr/local/bin/debos # Install the latest archlinux-keyring, since the one in Debian is bound