feat: Unattended installation (#23)

This commit is contained in:
Kroese 2024-01-15 23:45:35 +01:00 committed by GitHub
parent b42cf1a1f3
commit f0047bd6dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 1759 additions and 22 deletions

View file

@ -9,12 +9,14 @@ RUN apt-get update \
curl \
novnc \
swtpm \
wimtools \
p7zip-full \
genisoimage \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
COPY ./src /run/
COPY ./assets /run/assets
ADD https://raw.githubusercontent.com/ElliotKillick/Mido/main/Mido.sh /run/mido.sh
ADD https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win.iso /run/drivers.iso