diff --git a/nasp-jumpserver/Dockerfile b/nasp-jumpserver/Dockerfile index fd28765..169cf9b 100644 --- a/nasp-jumpserver/Dockerfile +++ b/nasp-jumpserver/Dockerfile @@ -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