This repository has been archived on 2022-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
dex/Dockerfile-builder
2015-10-22 14:02:51 -07:00

5 lines
128 B
Plaintext

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