feat: Add flag to disable secure boot (#263)

This commit is contained in:
Kroese
2024-03-13 10:20:18 +01:00
committed by GitHub
parent 59b98fe211
commit 6aee02b4e1
3 changed files with 4 additions and 3 deletions

View File

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