mirror of https://github.com/restic/restic.git
Update Dockerfile
This commit is contained in:
parent
877f3f61a0
commit
c722851f92
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
FROM ubuntu:14.04
|
FROM ubuntu:14.04
|
||||||
|
|
||||||
ARG GOVERSION=1.5.2
|
ARG GOVERSION=1.5.3
|
||||||
ARG GOARCH=amd64
|
ARG GOARCH=amd64
|
||||||
|
|
||||||
# install dependencies
|
# 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 golang.org/x/tools/cmd/cover
|
||||||
RUN go get github.com/mattn/goveralls
|
RUN go get github.com/mattn/goveralls
|
||||||
RUN go get github.com/mitchellh/gox
|
RUN go get github.com/mitchellh/gox
|
||||||
|
RUN go get github.com/pierrre/gotestcover
|
||||||
RUN GO15VENDOREXPERIMENT=1 go get github.com/minio/minio
|
RUN GO15VENDOREXPERIMENT=1 go get github.com/minio/minio
|
||||||
|
|
||||||
# set TRAVIS_BUILD_DIR for integration script
|
# set TRAVIS_BUILD_DIR for integration script
|
||||||
|
|
Loading…
Reference in New Issue