mirror of https://github.com/dexidp/dex.git
2 changed files with 6 additions and 1 deletions
@ -0,0 +1,5 @@
|
||||
FROM golang:1.4 |
||||
|
||||
RUN go get golang.org/x/tools/cmd/cover |
||||
RUN go get golang.org/x/tools/cmd/vet |
||||
RUN go get github.com/tools/godep |
||||
Loading…
Reference in new issue