1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Updated cover tool import path.

Signed-off-by: Hans Rødtang <hansrodtang@gmail.com>
This commit is contained in:
Hans Rødtang 2014-11-14 06:16:41 +01:00
parent 967354d488
commit b4336803f3
3 changed files with 3 additions and 3 deletions

View file

@ -75,7 +75,7 @@ ENV GOARM 5
RUN cd /usr/local/go/src && bash -xc 'for platform in $DOCKER_CROSSPLATFORMS; do GOOS=${platform%/*} GOARCH=${platform##*/} ./make.bash --no-clean 2>&1; done'
# Grab Go's cover tool for dead-simple code coverage testing
RUN go get code.google.com/p/go.tools/cmd/cover
RUN go get golang.org/x/tools/cmd/cover
# TODO replace FPM with some very minimal debhelper stuff
RUN gem install --no-rdoc --no-ri fpm --version 1.0.2