1
0
ミラー元 https://github.com/dockur/windows.git 前回の同期 2026-06-10 11:59:33 +08:00

fix: Disable secure boot by default (#399)

このコミットが含まれているのは:
Kroese
2024-04-20 01:45:13 +02:00
committed by GitHub
コミット 1f07402717
2個のファイルの変更37行の追加5行の削除
+2 -1
ファイルの表示
@@ -1,5 +1,5 @@
FROM scratch
COPY --from=qemux/qemu-docker:4.23 / /
COPY --from=qemux/qemu-docker:4.24 / /
ARG DEBCONF_NOWARNINGS "yes"
ARG DEBIAN_FRONTEND "noninteractive"
@@ -7,6 +7,7 @@ ARG DEBCONF_NONINTERACTIVE_SEEN "true"
RUN apt-get update && \
apt-get --no-install-recommends -y install \
bc \
curl \
7zip \
wsdd \