Update Dockerfile

This commit is contained in:
alphaomega 2025-08-17 23:21:59 -05:00 committed by GitHub
parent c8f2c9fd49
commit bc4fb0d958
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,9 @@ FROM scratch AS build-amd64
COPY --from=qemux/qemu:7.12 / /
FROM dockur/windows:latest
RUN mkdir -p /storage
ARG DEBCONF_NOWARNINGS="yes"
ARG DEBIAN_FRONTEND="noninteractive"
ARG DEBCONF_NONINTERACTIVE_SEEN="true"