Skip to content

Commit

Permalink
[Dockerfile]Add git to image
Browse files Browse the repository at this point in the history
  • Loading branch information
troy0820 committed Nov 4, 2019
1 parent 69389bd commit 0326e40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action/build/Dockerfile
Expand Up @@ -6,7 +6,7 @@ LABEL "com.github.actions.icon"="mic"
LABEL "com.github.actions.color"="purple"

ENV GO111MODULE=on

RUN apk add --no-cache git
ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh

Expand Down
2 changes: 1 addition & 1 deletion action/test/Dockerfile
Expand Up @@ -6,7 +6,7 @@ LABEL "com.github.actions.icon"="mic"
LABEL "com.github.actions.color"="purple"

ENV GO111MODULE=on

RUN apk add --no-cache git
ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh

Expand Down

0 comments on commit 0326e40

Please sign in to comment.