Commit 54336bb8 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Clean apt lists

parent ea61b156
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -31,16 +31,14 @@ RUN apt-get update && apt-get -y upgrade && \
	ca-certificates \
	qemu-system-x86 \
    && apt-get clean
    && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
    
COPY run/*.sh /run/
COPY agent/*.sh /agent/

COPY --from=builder /qemu-host.bin /run/host.bin

RUN ["chmod", "+x", "/run/run.sh"]
RUN ["chmod", "+x", "/run/check.sh"]
RUN ["chmod", "+x", "/run/server.sh"]
RUN ["chmod", "+x", "/run/host.bin"]
RUN ["chmod", "+x", "/run/run.sh /run/check.sh /run/server.sh /run/host.bin"]

VOLUME /storage