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