mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
修复拉取私有仓库
This commit is contained in:
parent
b5456277d1
commit
e3e70b3443
|
@ -39,6 +39,7 @@ RUN set -x && \
|
||||||
tzdata \
|
tzdata \
|
||||||
perl \
|
perl \
|
||||||
openssl \
|
openssl \
|
||||||
|
openssh-client \
|
||||||
nginx \
|
nginx \
|
||||||
jq \
|
jq \
|
||||||
procps \
|
procps \
|
||||||
|
|
|
@ -47,10 +47,10 @@ if [[ $os_name == 'alpine' ]]; then
|
||||||
netcat-openbsd
|
netcat-openbsd
|
||||||
elif [[ $os_name == 'debian' ]] || [[ $os_name == 'ubuntu' ]]; then
|
elif [[ $os_name == 'debian' ]] || [[ $os_name == 'ubuntu' ]]; then
|
||||||
apt update
|
apt update
|
||||||
apt install -y git curl wget tzdata perl openssl jq nginx procps netcat
|
apt install -y git curl wget tzdata perl openssl jq nginx procps netcat openssh-client
|
||||||
elif [[ $os_name == 'centos' ]]; then
|
elif [[ $os_name == 'centos' ]]; then
|
||||||
yum update
|
yum update
|
||||||
yum install -y epel-release git curl wget tzdata perl openssl jq nginx procps netcat
|
yum install -y epel-release git curl wget tzdata perl openssl jq nginx procps netcat openssh-client
|
||||||
else
|
else
|
||||||
echo -e "暂不支持此系统部署 $os_name"
|
echo -e "暂不支持此系统部署 $os_name"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user