mirror of
https://github.com/MCSManager/UI.git
synced 2025-02-17 18:39:30 +08:00
Merge branch 'master' of github.com:Suwings/MCSManager-UI
This commit is contained in:
commit
20073ea0b7
@ -226,8 +226,10 @@ WORKDIR /workspace
|
|||||||
}
|
}
|
||||||
if (type === 3) {
|
if (type === 3) {
|
||||||
this.dockerFile = `FROM ubuntu:18.04
|
this.dockerFile = `FROM ubuntu:18.04
|
||||||
|
ENV TZ=Asia/Shanghai
|
||||||
RUN mkdir -p /workspace
|
RUN mkdir -p /workspace
|
||||||
RUN apt -y update && apt -y install openssl
|
RUN apt -y update && apt -y install openssl && DEBIAN_FRONTEND="noninteractive" apt -y install tzdata
|
||||||
|
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||||
WORKDIR /workspace
|
WORKDIR /workspace
|
||||||
`;
|
`;
|
||||||
this.name = "mcsm-ubuntu";
|
this.name = "mcsm-ubuntu";
|
||||||
|
Loading…
Reference in New Issue
Block a user