bug fix (Thu May 4 14:28:58 CST 2023)

This commit is contained in:
Dict Xiong 2023-05-04 14:28:58 +08:00
parent c531b82e24
commit c7500beee9

View File

@ -1,6 +1,6 @@
FROM docker.io/alpine
RUN apk add --no-cache openssh git sudo tmux vim bash zsh curl wget coreutils util-linux tzdata \
RUN apk add --no-cache openssh git sudo tmux vim bash zsh curl wget coreutils util-linux tzdata openrc \
&& cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo "Asia/Shanghai" > /etc/timezone
COPY sshd_config /etc/ssh/sshd_config