添加 openssh 支持使用密钥克隆私库

This commit is contained in:
阿浩仔 2021-05-29 17:47:16 +08:00 committed by GitHub
parent a6514f7cf0
commit 936dbb4511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
nginx \
python3 \
jq \
openssh \
&& rm -rf /var/cache/apk/* \
&& ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
&& echo "Asia/Shanghai" > /etc/timezone \