fix: Disable kernel networking in bridge mode (#257)

This commit is contained in:
Kroese
2024-03-12 00:46:51 +01:00
committed by GitHub
parent 787f815527
commit 59b98fe211
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
FROM scratch
COPY --from=qemux/qemu-docker:4.16 / /
COPY --from=qemux/qemu-docker:4.17 / /
ARG DEBCONF_NOWARNINGS "yes"
ARG DEBIAN_FRONTEND "noninteractive"