mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 19:35:49 +00:00
Update Dockerfile
This commit is contained in:
parent
bc4fb0d958
commit
8600da34ba
1 changed files with 2 additions and 3 deletions
|
|
@ -3,8 +3,7 @@ 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"
|
||||
|
|
@ -35,7 +34,7 @@ FROM build-${TARGETARCH}
|
|||
ARG VERSION_ARG="0.00"
|
||||
RUN echo "$VERSION_ARG" > /run/version
|
||||
|
||||
|
||||
VOLUME /storage
|
||||
EXPOSE 3389 8006
|
||||
|
||||
ENV VERSION="11"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue