image-station/mcsm-base/Dockerfile

8 lines
244 B
Docker
Raw Normal View History

2021-02-10 18:22:59 +08:00
FROM ubuntu-cn-systemd:latest
RUN apt update \
&& apt install -y wget git \
&& rm -rf /var/lib/apt/lists/* \
&& wget -qO- https://gitee.com/Suwingser/MCSManager-installer/raw/master/install.sh | bash \
&& systemctl enable mcsm