mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 11:25:49 +00:00
build: Remove Python requirement
This commit is contained in:
parent
5bd9da2baa
commit
9840c5ff8c
1 changed files with 1 additions and 2 deletions
|
|
@ -7,7 +7,6 @@ ARG DEBCONF_NONINTERACTIVE_SEEN "true"
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get --no-install-recommends -y install \
|
&& apt-get --no-install-recommends -y install \
|
||||||
curl \
|
curl \
|
||||||
novnc \
|
|
||||||
swtpm \
|
swtpm \
|
||||||
wimtools \
|
wimtools \
|
||||||
p7zip-full \
|
p7zip-full \
|
||||||
|
|
@ -23,7 +22,7 @@ ADD https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/latest-virt
|
||||||
|
|
||||||
RUN chmod +x /run/*.sh
|
RUN chmod +x /run/*.sh
|
||||||
|
|
||||||
EXPOSE 3389 8006
|
EXPOSE 8006 3389
|
||||||
VOLUME /storage
|
VOLUME /storage
|
||||||
|
|
||||||
ENV RAM_SIZE "4G"
|
ENV RAM_SIZE "4G"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue