Skip to content
Snippets Groups Projects
Commit 32f84543 authored by jurgenhaas's avatar jurgenhaas
Browse files

Downgrade git-extras to 4.7.0 because of missing dependency 'column' on Alpine

parent a1f467e2
No related branches found
No related tags found
No related merge requests found
Pipeline #12057 passed
......@@ -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 && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment