Skip to content

Commit

Permalink
add git
Browse files Browse the repository at this point in the history
  • Loading branch information
Atrox committed May 21, 2019
1 parent fb4f86a commit 5ffdf80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -9,7 +9,7 @@ LABEL "repository"="http://github.com/atrox/codecov-action"
LABEL "homepage"="http://github.com/atrox/codecov-action"
LABEL "maintainer"="Atrox <hello@atrox.dev>"

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

ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
Expand Down

0 comments on commit 5ffdf80

Please sign in to comment.