Commit 397e1551 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Dockerfile

parent ea582ac8
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -14,10 +14,11 @@ RUN apt-get update && apt-get -y upgrade && \
	ca-certificates \
	netcat-openbsd \
	qemu-system-x86 \
    && apt-get clean
    && apt-get clean \
    && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

COPY run/*.sh /run/
RUN ["chmod", "+x", "/run/run.sh"]
RUN chmod +x /run/*.sh

VOLUME /storage