wkplhc commited on
Commit
ca0b707
1 Parent(s): afdbf61

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,7 +26,7 @@ RUN set -eu && \
26
 
27
  COPY --chmod=755 ./src /run/
28
  COPY --chmod=755 ./assets /run/assets
29
- COPY --chmod=755 ./src/entry.sh
30
 
31
  ADD --chmod=755 https://raw.githubusercontent.com/christgau/wsdd/v0.8/src/wsdd.py /usr/sbin/wsdd
32
  ADD --chmod=664 https://github.com/qemus/virtiso-whql/releases/download/v1.9.43-0/virtio-win-1.9.43.tar.xz /drivers.txz
 
26
 
27
  COPY --chmod=755 ./src /run/
28
  COPY --chmod=755 ./assets /run/assets
29
+ COPY --chmod=755 ./src/entry.sh /run/entry.sh
30
 
31
  ADD --chmod=755 https://raw.githubusercontent.com/christgau/wsdd/v0.8/src/wsdd.py /usr/sbin/wsdd
32
  ADD --chmod=664 https://github.com/qemus/virtiso-whql/releases/download/v1.9.43-0/virtio-win-1.9.43.tar.xz /drivers.txz