mirror of
https://github.com/dockur/windows-arm.git
synced 2024-11-07 06:31:49 +00:00
build: Update wsdd to v0.8 (#52)
This commit is contained in:
parent
417cb17683
commit
6c0c827f4a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ RUN apt-get update && \
|
|||
COPY ./src /run/
|
||||
COPY ./assets /run/assets
|
||||
|
||||
ADD https://raw.githubusercontent.com/christgau/wsdd/master/src/wsdd.py /usr/sbin/wsdd
|
||||
ADD https://raw.githubusercontent.com/christgau/wsdd/v0.8/src/wsdd.py /usr/sbin/wsdd
|
||||
ADD https://github.com/qemus/virtiso-arm/releases/download/v0.1.248/virtio-win-0.1.248.iso /run/drivers.iso
|
||||
|
||||
RUN chmod +x /run/*.sh && chmod +x /usr/sbin/wsdd
|
||||
|
|
Loading…
Reference in a new issue