Remove disk template

This commit is contained in:
Kroese 2023-04-15 00:32:17 +02:00
parent 3cf9951cfd
commit 13de16e96d

View File

@ -14,6 +14,7 @@ RUN apt-get update && apt-get -y upgrade && \
curl \ curl \
cpio \ cpio \
wget \ wget \
fdisk \
unzip \ unzip \
procps \ procps \
dnsmasq \ dnsmasq \
@ -44,8 +45,6 @@ RUN ["chmod", "+x", "/run/run.sh"]
RUN ["chmod", "+x", "/run/server.sh"] RUN ["chmod", "+x", "/run/server.sh"]
RUN ["chmod", "+x", "/run/serial.bin"] RUN ["chmod", "+x", "/run/serial.bin"]
COPY disks/template.img.xz /data/
VOLUME /storage VOLUME /storage
EXPOSE 22 EXPOSE 22