From bf9af4c0650c1d82940a171a2b171de2f0274a13 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Sun, 12 Jan 2020 12:40:12 +0100 Subject: [PATCH] Cleanup --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 29aff5b..9513505 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 .. && \ -- GitLab