diff --git a/Dockerfile b/Dockerfile index b9afbda107c3d1bd9e89e7112c5792ddc0940627..0ed31ff30a62efc05a7f91b40c60947589d6a459 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,7 +63,8 @@ RUN echo 'hosts: files dns' > /etc/nsswitch.conf && \ \ git clone https://github.com/tj/git-extras.git && \ cd git-extras && \ - git checkout $(git describe --tags $(git rev-list --tags --max-count=1)) && \ + #git checkout $(git describe --tags $(git rev-list --tags --max-count=1)) && \ + git checkout 4.7.0 && \ make install && \ cd .. && \ rm -rf git-extras && \