github.com/ahjdzx/deis@v1.1.1/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