Vendor go-check in
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
16
vendor/src/github.com/vdemeester/shakers/Dockerfile
vendored
Normal file
16
vendor/src/github.com/vdemeester/shakers/Dockerfile
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
FROM golang:1.5
|
||||
|
||||
RUN go get golang.org/x/tools/cmd/cover
|
||||
RUN go get github.com/golang/lint/golint
|
||||
RUN go get golang.org/x/tools/cmd/vet
|
||||
RUN go get github.com/Masterminds/glide
|
||||
|
||||
WORKDIR /go/src/github.com/vdemeester/shakers
|
||||
|
||||
# enable GO15VENDOREXPERIMENT
|
||||
ENV GO15VENDOREXPERIMENT 1
|
||||
|
||||
COPY glide.yaml glide.yaml
|
||||
RUN glide up
|
||||
|
||||
COPY . /go/src/github.com/vdemeester/shakers
|
||||
Reference in New Issue
Block a user