Skip to content

Commit 22dbe23

Browse files
Add git-lfs to installed packages in Dockerfile
1 parent f278d49 commit 22dbe23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LABEL "repository"="https://github.com/anothrNick/github-tag-action"
33
LABEL "homepage"="https://github.com/anothrNick/github-tag-action"
44
LABEL "maintainer"="Nick Sjostrom"
55

6-
RUN apk --no-cache add bash git curl jq && npm install -g semver
6+
RUN apk --no-cache add bash git git-lfs curl jq && npm install -g semver
77

88
COPY entrypoint.sh /entrypoint.sh
99

0 commit comments

Comments
 (0)