mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 03:15:49 +00:00
Update Dockerfile
This commit is contained in:
parent
c8f2c9fd49
commit
bc4fb0d958
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue