1 2 3 4 5 6 7
#!/bin/sh echo "=> Building the CoreDNS binary" docker run \ -v $(pwd):/go/src/github.com/coredns/coredns \ -w /go/src/github.com/coredns/coredns \ golang:1.9 \ make