Skip to content

Commit

Permalink
Add git-lfs package to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
drdanz committed Sep 29, 2020
1 parent 9e22092 commit 67fbc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL "com.github.actions.description"="Automatically merge the stable branch in
LABEL "com.github.actions.icon"="git-merge"
LABEL "com.github.actions.color"="orange"

RUN apk --no-cache add bash curl git jq
RUN apk --no-cache add bash curl git git-lfs jq

ADD entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 67fbc09

Please sign in to comment.