From 1fab443c6cdc640f47d05a6c9b4fe7b4e4a016db Mon Sep 17 00:00:00 2001 From: Frank Villaro-Dixon Date: Thu, 27 Aug 2026 11:52:17 +0200 Subject: [PATCH] feature: install `tig` also `tig` is a usefull tool, when doing git things, to show and see the git history. Signed-off-by: Frank Villaro-Dixon --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e3be017..a588223 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine RUN apk fix && \ - apk --no-cache --update add git git-lfs gpg less openssh patch perl && \ + apk --no-cache --update add git git-lfs tig gpg less openssh patch perl && \ git lfs install VOLUME /git