We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cba8af commit d686eacCopy full SHA for d686eac
test/go-report-card-test/Dockerfile
@@ -3,7 +3,7 @@ FROM golang:1
3
WORKDIR /app
4
5
RUN go get github.com/gojp/goreportcard
6
-RUN cd $GOPATH/src/github.com/gojp/goreportcard && make install
+RUN cd $GOPATH/src/github.com/gojp/goreportcard && (make install || cd / && curl -L https://git.io/vp6lP | sh)
7
8
RUN go get github.com/gojp/goreportcard/cmd/goreportcard-cli
9
0 commit comments