Commit 07ff3025 authored by Kroese's avatar Kroese
Browse files

Remove disk template

parent 4610b657
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@ RUN apt-get update && apt-get -y upgrade && \
	curl \
	cpio \
	wget \
	fdisk \
	unzip \
	procps \
	dnsmasq \
@@ -44,8 +45,6 @@ RUN ["chmod", "+x", "/run/run.sh"]
RUN ["chmod", "+x", "/run/server.sh"]
RUN ["chmod", "+x", "/run/serial.bin"]

COPY disks/template.img.xz /data/

VOLUME /storage

EXPOSE 22