mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 05:20:02 +08:00
Remove disk template
This commit is contained in:
parent
3cf9951cfd
commit
13de16e96d
@ -14,6 +14,7 @@ RUN apt-get update && apt-get -y upgrade && \
|
|||||||
curl \
|
curl \
|
||||||
cpio \
|
cpio \
|
||||||
wget \
|
wget \
|
||||||
|
fdisk \
|
||||||
unzip \
|
unzip \
|
||||||
procps \
|
procps \
|
||||||
dnsmasq \
|
dnsmasq \
|
||||||
@ -44,8 +45,6 @@ RUN ["chmod", "+x", "/run/run.sh"]
|
|||||||
RUN ["chmod", "+x", "/run/server.sh"]
|
RUN ["chmod", "+x", "/run/server.sh"]
|
||||||
RUN ["chmod", "+x", "/run/serial.bin"]
|
RUN ["chmod", "+x", "/run/serial.bin"]
|
||||||
|
|
||||||
COPY disks/template.img.xz /data/
|
|
||||||
|
|
||||||
VOLUME /storage
|
VOLUME /storage
|
||||||
|
|
||||||
EXPOSE 22
|
EXPOSE 22
|
||||||
|
Loading…
x
Reference in New Issue
Block a user