Unverified Commit 6566d249 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

feat: Use Virtiso image for drivers (#59)

parent a2cc998c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,8 +16,8 @@ RUN apt-get update \
COPY ./src /run/
COPY ./assets /run/assets

ADD https://github.com/qemus/virtiso/raw/master/virtio-win.iso /run/drivers.iso
ADD https://raw.githubusercontent.com/ElliotKillick/Mido/main/Mido.sh /run/mido.sh
ADD https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/latest-virtio/virtio-win.iso /run/drivers.iso

RUN chmod +x /run/*.sh