Dockerfile
This commit is contained in:
parent
ea582ac8db
commit
397e155176
1 changed files with 4 additions and 3 deletions
|
@ -14,10 +14,11 @@ RUN apt-get update && apt-get -y upgrade && \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
netcat-openbsd \
|
netcat-openbsd \
|
||||||
qemu-system-x86 \
|
qemu-system-x86 \
|
||||||
&& apt-get clean
|
&& apt-get clean \
|
||||||
|
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
|
|
||||||
COPY run/*.sh /run/
|
COPY run/*.sh /run/
|
||||||
RUN ["chmod", "+x", "/run/run.sh"]
|
RUN chmod +x /run/*.sh
|
||||||
|
|
||||||
VOLUME /storage
|
VOLUME /storage
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue