From c722851f92ec15b4d57af98644ed40c82cabfa12 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 17 Jan 2016 18:50:50 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e2810584d..03d8c9628 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ FROM ubuntu:14.04 -ARG GOVERSION=1.5.2 +ARG GOVERSION=1.5.3 ARG GOARCH=amd64 # install dependencies @@ -45,6 +45,7 @@ RUN mkdir -p $GOPATH/src/github.com/restic/restic RUN go get golang.org/x/tools/cmd/cover RUN go get github.com/mattn/goveralls RUN go get github.com/mitchellh/gox +RUN go get github.com/pierrre/gotestcover RUN GO15VENDOREXPERIMENT=1 go get github.com/minio/minio # set TRAVIS_BUILD_DIR for integration script