From c531b82e24082f67409b5cb103bbcf169e6666d1 Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Thu, 4 May 2023 14:21:17 +0800 Subject: [PATCH] bug fix (Thu May 4 14:21:17 CST 2023) --- nasp-jumpserver/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/nasp-jumpserver/Dockerfile b/nasp-jumpserver/Dockerfile index 7894bc7..fd28765 100644 --- a/nasp-jumpserver/Dockerfile +++ b/nasp-jumpserver/Dockerfile @@ -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 \