From fbfdf4cd3533dce85c11f6e2ba6c2706575ef55a Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Mon, 6 Feb 2023 16:31:54 +0000 Subject: [PATCH] let's make sure lfs stuff works too --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c3be59c..3b37b36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM alpine/git +RUN apk add git-lfs COPY ./smart-commit /bin/smart-commit ENTRYPOINT ["sh /bin/smart-commit"]