forked from Lesin/reposync
This commit is contained in:
parent
ae718c1b9c
commit
03d9f8ba0e
|
|
@ -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-* && \
|
||||
|
|
|
|||
Loading…
Reference in New Issue