Update Dockerfile
This commit is contained in:
parent
44e519a41e
commit
4fd8016fe4
1 changed files with 1 additions and 5 deletions
|
@ -12,11 +12,7 @@ RUN apt-get update && apt-get -y upgrade && \
|
||||||
qemu-system-x86 \
|
qemu-system-x86 \
|
||||||
&& apt-get clean
|
&& apt-get clean
|
||||||
|
|
||||||
COPY run.sh /run/
|
COPY run/*.sh /run/
|
||||||
COPY disk.sh /run/
|
|
||||||
COPY power.sh /run/
|
|
||||||
COPY install.sh /run/
|
|
||||||
COPY network.sh /run/
|
|
||||||
|
|
||||||
RUN ["chmod", "+x", "/run/run.sh"]
|
RUN ["chmod", "+x", "/run/run.sh"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue