mirror of
https://github.com/whyour/qinglong.git
synced 2025-11-09 16:16:07 +08:00
修复拉取私有仓库
This commit is contained in:
parent
8c9623d2b1
commit
da5b86d507
|
|
@ -39,6 +39,7 @@ RUN set -x && \
|
||||||
tzdata \
|
tzdata \
|
||||||
perl \
|
perl \
|
||||||
openssl \
|
openssl \
|
||||||
|
openssh-client \
|
||||||
jq \
|
jq \
|
||||||
procps \
|
procps \
|
||||||
netcat \
|
netcat \
|
||||||
|
|
|
||||||
|
|
@ -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