mirror of
https://github.com/Kiritow/image-station.git
synced 2024-03-22 13:30:54 +08:00
8 lines
244 B
Docker
8 lines
244 B
Docker
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
|
|
|