github.com/thrasher-corp/golangci-lint@v1.17.3/Dockerfile (about)

     1  FROM golang:1.12
     2  
     3  # don't place it into $GOPATH/bin because Drone mounts $GOPATH as volume
     4  COPY golangci-lint /usr/bin/
     5  CMD ["golangci-lint"]