github.com/dnephin/dobi@v0.15.0/examples/minimal-docker-image/Dockerfile.build (about)

     1  
     2  FROM    golang:1.7-alpine
     3  WORKDIR /go/src/github.com/example/hello
     4  ENV     CGO_ENABLED=0
     5  CMD     go install