Explorar o código

build: Import QEMU filesystem (#88)

Kroese hai 1 ano
pai
achega
bc2d8fff54
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -1,4 +1,5 @@
-FROM qemux/qemu-docker:latest
+FROM scratch
+COPY --from=qemux/qemu-docker:latest / /
 
 ARG DEBCONF_NOWARNINGS="yes"
 ARG DEBIAN_FRONTEND "noninteractive"
@@ -21,7 +22,6 @@ RUN chmod +x /run/*.sh
 EXPOSE 8006 3389
 VOLUME /storage
 
-ENV BOOT ""
 ENV RAM_SIZE "4G"
 ENV CPU_CORES "2"
 ENV DISK_SIZE "64G"