mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-11-07 18:43:41 +08:00
Remove disk template
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user