Skip to content

Commit fc1c144

Browse files
authored
Add git (#6)
1 parent 937b79c commit fc1c144

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ FROM base as builder
55
RUN go get -u github.com/fmenezes/codeowners/cmd/codeownerslint
66

77
FROM alpine:latest
8+
RUN apk add --no-cache git
89
COPY --from=builder /go/bin/codeownerslint /usr/local/bin/codeownerslint
910
COPY entrypoint.sh /entrypoint.sh
1011
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)