This commit is contained in:
刘德华 2024-07-15 10:34:52 +08:00
parent ae718c1b9c
commit 03d9f8ba0e
1 changed files with 1 additions and 1 deletions

View File

@ -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-* && \