From 03d9f8ba0ebe13e2f6fed05ea9175a5b3cfddbd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BE=B7=E5=8D=8E?= <3143901237@qq.com> Date: Mon, 15 Jul 2024 10:34:52 +0800 Subject: [PATCH] 3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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-* && \