From 13de16e96d0d12f949a9b0105e394d1e1d72f60e Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 15 Apr 2023 00:32:17 +0200 Subject: [PATCH] Remove disk template --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0e0a056..cefc4bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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