diff --git a/Dockerfile b/Dockerfile index 8ecc440e..a953d25d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,11 +4,9 @@ ARG VERSION_ARG="latest" FROM scratch AS build-amd64 COPY --from=qemux/qemu:7.49 / / -COPY --from=qemux/qemu-helios:1.0.0 /usr/bin/qemu-system-x86_64 /usr/bin/ ARG TARGETARCH -ARG VERSION_UDF="1.2.0" ARG VERSION_WSDD="1.27" ARG VERSION_VIRTIO="1.9.60" ARG VERSION_BLINTER="1.0.112" @@ -40,16 +38,14 @@ RUN <