github.com/johnnyeven/libtools@v0.0.0-20191126065708-61829c1adf46/golang.Dockerfile (about)

     1  FROM golang:1.10-alpine
     2  
     3  COPY proc_id.go.patch /proc_id.go
     4  
     5  RUN cd $(go env GOROOT)/src/runtime \
     6      && mv /proc_id.go . \
     7      && go install