github.com/mgood/deis@v1.0.2-0.20141120022609-9a185b756e7d/logspout/Dockerfile (about) 1 FROM golang:1.3 2 MAINTAINER OpDemand <info@opdemand.com> 3 4 WORKDIR /go/src/github.com/deis/deis/logspout 5 6 ENV CGO_ENABLED 0 7 8 RUN go get github.com/tools/godep 9 10 ADD . /go/src/github.com/deis/deis/logspout 11 12 RUN godep go build -a -ldflags '-s' && cp logspout /go/bin/logspout