diff --git a/Dockerfile b/Dockerfile index 00eba42..cc00e1f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ ENV GIT_SSH_COMMAND='ssh -o StrictHostKeyChecking=no -i /root/.ssh/id_rsa' # 安装autoconf和gettext,并编译安装Git 2.32.0 RUN yum install -y autoconf gettext && \ - wget http://github.com/git/git/archive/v2.32.0.tar.gz && \ + wget https://github.com/git/git/archive/v2.32.0.tar.gz && \ tar -xvf v2.32.0.tar.gz && \ rm -f v2.32.0.tar.gz && \ cd git-* && \