bug fix (Thu May 4 15:28:52 CST 2023)

This commit is contained in:
Dict Xiong 2023-05-04 15:28:52 +08:00
parent bcf3839773
commit d775ea5fe4
2 changed files with 4 additions and 1 deletions

View File

@ -1,9 +1,10 @@
FROM docker.io/alpine
RUN apk add --no-cache openssh git sudo tmux vim bash zsh curl wget coreutils util-linux tzdata shadow \
RUN apk add --no-cache openssh git sudo tmux vim bash zsh curl wget coreutils util-linux tzdata shadow iputils \
&& cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo "Asia/Shanghai" > /etc/timezone
COPY sshd_config /etc/ssh/sshd_config
COPY ssh_config /etc/ssh/ssh_config
COPY startup.sh /etc/startup.sh
RUN cd /opt && git clone https://git.nasp.ob.ac.cn/NASP/registry \

View File

@ -0,0 +1,2 @@
Host *
ForwardAgent yes