From 9840c5ff8c8ec069c3820671e36730168d6a5433 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 17 Jan 2024 20:25:56 +0100 Subject: [PATCH] build: Remove Python requirement --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cfc2067..c4fdcc8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ @@ -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"