bug fix (Thu May 4 14:21:17 CST 2023)

This commit is contained in:
Dict Xiong 2023-05-04 14:21:17 +08:00
parent 9d6db4bb40
commit c531b82e24

View File

@ -4,6 +4,7 @@ RUN apk add --no-cache openssh git sudo tmux vim bash zsh curl wget coreutils ut
&& cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo "Asia/Shanghai" > /etc/timezone
COPY sshd_config /etc/ssh/sshd_config
COPY startup.sh /etc/startup.sh
RUN cd /opt && git clone https://git.nasp.ob.ac.cn/NASP/registry \
&& ./registry/scripts/jumpserver_deploy.sh \