Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Install git-lfs (#11)
Browse files Browse the repository at this point in the history
Gives support for repositories with Git-LFS files

`This repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting .git/hooks/post-checkout`
  • Loading branch information
Maks3w authored and fkorotkov committed Sep 1, 2019
1 parent a9f9cc1 commit 56a6591
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 @@ -9,7 +9,7 @@ LABEL "com.github.actions.description"="Automatically rebases PR on '/rebase' co
LABEL "com.github.actions.icon"="git-pull-request"
LABEL "com.github.actions.color"="purple"

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

ADD entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

1 comment on commit 56a6591

@jesd23
Copy link

@jesd23 jesd23 commented on 56a6591 Sep 7, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

james edmond smith is pulling every opp for to or get.

Please sign in to comment.