mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-05 00:04:32 +08:00
添加 openssh 支持使用密钥克隆私库 (#207)
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user