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