Skip to content

Commit bc2d8ff

Browse files
authored
build: Import QEMU filesystem (#88)
1 parent 2da4524 commit bc2d8ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM qemux/qemu-docker:latest
1+
FROM scratch
2+
COPY --from=qemux/qemu-docker:latest / /
23

34
ARG DEBCONF_NOWARNINGS="yes"
45
ARG DEBIAN_FRONTEND "noninteractive"
@@ -21,7 +22,6 @@ RUN chmod +x /run/*.sh
2122
EXPOSE 8006 3389
2223
VOLUME /storage
2324

24-
ENV BOOT ""
2525
ENV RAM_SIZE "4G"
2626
ENV CPU_CORES "2"
2727
ENV DISK_SIZE "64G"

0 commit comments

Comments
 (0)