diff --git a/Dockerfile b/Dockerfile index 8f8a3ef0..0e5cf06f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ LABEL "repository"="https://github.com/anothrNick/github-tag-action" LABEL "homepage"="https://github.com/anothrNick/github-tag-action" LABEL "maintainer"="Nick Sjostrom" -RUN apk --no-cache add bash git curl jq && npm install -g semver +RUN apk --no-cache add bash git git-lfs curl jq && npm install -g semver COPY entrypoint.sh /entrypoint.sh