Skip to content

Commit

Permalink
build: Update to wsdd v0.7.1 (dockur#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese committed Feb 12, 2024
1 parent 7c2caca commit 132157e
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-docker:latest / /
COPY --from=qemux/qemu-docker:4.13 / /

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/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 132157e

Please sign in to comment.