Skip to content

Commit

Permalink
build: Update to wsdd v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Feb 12, 2024
1 parent 1c47d44 commit 32dae36
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 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:latest / /
COPY --from=qemux/qemu-arm:1.03 / /

ARG DEBCONF_NOWARNINGS="yes"
ARG DEBIAN_FRONTEND "noninteractive"
Expand All @@ -21,8 +21,11 @@ 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://github.com/qemus/virtiso-arm/releases/download/v0.1.240/virtio-win-0.1.240.iso /run/drivers.iso
RUN chmod +x /run/*.sh

RUN chmod +x /run/*.sh && chmod +x /usr/sbin/wsdd

EXPOSE 8006 3389
VOLUME /storage
Expand Down

0 comments on commit 32dae36

Please sign in to comment.