mirror of
https://github.com/dockur/windows-arm.git
synced 2024-11-17 18:51:49 +00:00
Update Dockerfile
This commit is contained in:
parent
67c3674266
commit
0a8749c441
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
FROM scratch
|
FROM scratch
|
||||||
COPY --from=qemux/qemu-docker:latest / /
|
COPY --from=qemux/qemu-arm:latest / /
|
||||||
|
|
||||||
ARG DEBCONF_NOWARNINGS="yes"
|
ARG DEBCONF_NOWARNINGS="yes"
|
||||||
ARG DEBIAN_FRONTEND "noninteractive"
|
ARG DEBIAN_FRONTEND "noninteractive"
|
||||||
|
@ -10,13 +10,15 @@ RUN apt-get update \
|
||||||
curl \
|
curl \
|
||||||
7zip \
|
7zip \
|
||||||
wimtools \
|
wimtools \
|
||||||
|
cabextract \
|
||||||
genisoimage \
|
genisoimage \
|
||||||
|
libxml-xpath-perl \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
|
|
||||||
COPY ./src /run/
|
COPY ./src /run/
|
||||||
COPY ./assets /run/assets
|
COPY ./assets /run/assets
|
||||||
ADD https://github.com/qemus/virtiso/releases/download/v0.1.240/virtio-win-0.1.240.iso /run/drivers.iso
|
ADD https://github.com/qemus/virtiso-arm/releases/download/v0.1.240/virtio-win-0.1.240.iso /run/drivers.iso
|
||||||
RUN chmod +x /run/*.sh
|
RUN chmod +x /run/*.sh
|
||||||
|
|
||||||
EXPOSE 8006 3389
|
EXPOSE 8006 3389
|
||||||
|
|
Loading…
Reference in a new issue