Skip to content

Commit

Permalink
build: Remove Python requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jan 17, 2024
1 parent 5bd9da2 commit 9840c5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ ARG DEBCONF_NONINTERACTIVE_SEEN "true"
RUN apt-get update \
&& apt-get --no-install-recommends -y install \
curl \
novnc \
swtpm \
wimtools \
p7zip-full \
Expand All @@ -23,7 +22,7 @@ ADD https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/latest-virt

RUN chmod +x /run/*.sh

EXPOSE 3389 8006
EXPOSE 8006 3389
VOLUME /storage

ENV RAM_SIZE "4G"
Expand Down

0 comments on commit 9840c5f

Please sign in to comment.