Updated cover tool import path.
Signed-off-by: Hans Rødtang <hansrodtang@gmail.com> Upstream-commit: 496c2748cfef82fea3f5e1be5fbf845b478420aa Component: engine
This commit is contained in:
@ -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.3.2
|
||||
|
||||
Reference in New Issue
Block a user