Update Dockerfile

This commit is contained in:
Kroese 2023-04-16 14:00:35 +02:00 committed by GitHub
parent 44e519a41e
commit 4fd8016fe4

View file

@ -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"]