diff --git a/Dockerfile b/Dockerfile index 29aff5b1cb1a2d86b0575db011a1fa1893a1ea0b..95135059d2c5c2d7042b9ac6c7fd47667cbecf90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -66,7 +66,6 @@ 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_EXTRAS_VERSION} && \ make install && \ cd .. && \