github.com/mgood/deis@v1.0.2-0.20141120022609-9a185b756e7d/cache/image/Dockerfile (about) 1 FROM golang:1.3 2 3 ADD . /go/src/github.com/deis/deis/boot 4 5 RUN DOCKER_BUILD=true /go/src/github.com/deis/deis/boot/build.sh 6 7 WORKDIR /go/src/github.com/deis/deis/boot 8 9 RUN CGO_ENABLED=0 go get -a -ldflags '-s' github.com/deis/deis/boot