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