Skip to content

Commit

Permalink
feat: Additional download mirrors (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Nov 24, 2024
1 parent 6458627 commit f235538
Show file tree
Hide file tree
Showing 3 changed files with 324 additions and 191 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM scratch
COPY --from=qemux/qemu-arm:2.21 / /
COPY --from=qemux/qemu-arm:2.22 / /

ARG VERSION_ARG="0.00"
ARG DEBCONF_NOWARNINGS="yes"
Expand Down Expand Up @@ -30,7 +30,7 @@ COPY --chmod=755 ./src /run/
COPY --chmod=755 ./assets /run/assets

ADD --chmod=755 https://raw.githubusercontent.com/christgau/wsdd/v0.8/src/wsdd.py /usr/sbin/wsdd
ADD --chmod=664 https://github.com/qemus/virtiso-arm/releases/download/v0.1.262-2/virtio-win-0.1.262.tar.xz /drivers.txz
ADD --chmod=664 https://github.com/qemus/virtiso-arm/releases/download/v0.1.266-1/virtio-win-0.1.266.tar.xz /drivers.txz

VOLUME /storage
EXPOSE 8006 3389
Expand Down
Loading

0 comments on commit f235538

Please sign in to comment.