mirror of
https://github.com/dockur/windows.git
synced 2025-09-05 13:30:58 +00:00
Update Dockerfile
This commit is contained in:
parent
c8f2c9fd49
commit
bc4fb0d958
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user