Loading Dockerfile +1 −2 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ RUN apt-get update && apt-get -y upgrade && \ curl \ cpio \ wget \ fdisk \ unzip \ procps \ dnsmasq \ Loading Loading @@ -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 Loading Loading
Dockerfile +1 −2 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ RUN apt-get update && apt-get -y upgrade && \ curl \ cpio \ wget \ fdisk \ unzip \ procps \ dnsmasq \ Loading Loading @@ -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 Loading