github.com/inflatablewoman/deis@v1.0.1-0.20141111034523-a4511c46a6ce/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