mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-07 20:06:08 +08:00
添加 openssh 支持使用密钥克隆私库 (#207)
This commit is contained in:
parent
2170628fa3
commit
9eb614b17e
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user