Update Dockerfile

This commit is contained in:
Kroese 2024-01-26 20:43:20 +01:00 committed by GitHub
parent 9f4e68d06f
commit 8f4dc82c2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ RUN apt-get update \
COPY ./src /run/
COPY ./assets /run/assets
ADD https://github.com/qemus/virtiso/raw/master/virtio-win.zip /run/drivers.zip
ADD https://github.com/qemus/virtiso/releases/download/v0.1.240/virtio-win-0.1.240.iso /run/drivers.iso
RUN chmod +x /run/*.sh
EXPOSE 8006 3389