Skip to content

Commit d686eac

Browse files
authored
Fix go-report-card-test (#55)
1 parent 6cba8af commit d686eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/go-report-card-test/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM golang:1
33
WORKDIR /app
44

55
RUN go get github.com/gojp/goreportcard
6-
RUN cd $GOPATH/src/github.com/gojp/goreportcard && make install
6+
RUN cd $GOPATH/src/github.com/gojp/goreportcard && (make install || cd / && curl -L https://git.io/vp6lP | sh)
77

88
RUN go get github.com/gojp/goreportcard/cmd/goreportcard-cli
99

0 commit comments

Comments
 (0)