Skip to content

Commit

Permalink
Merge pull request #191 from bparees/cover
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed May 15, 2015
2 parents 72b8563 + ad3e51a commit ac0b251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/release/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN yum install -y hg golang golang-pkg-darwin golang-pkg-windows && \
ENV GOPATH /go

# Get the code coverage tool and godep
RUN go get code.google.com/p/go.tools/cmd/cover github.com/tools/godep
RUN go get golang.org/x/tools/cmd/cover github.com/tools/godep

# Mark this as a sti-build container
RUN touch /sti-build-image
Expand Down

0 comments on commit ac0b251

Please sign in to comment.