mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-11-10 17:26:10 +08:00
3 lines
306 B
Bash
Executable file
3 lines
306 B
Bash
Executable file
# Run build.sh in a docker container that is guaranteed to have all of the appropriate tools we need
|
|
PKG=github.com/StackExchange/dnscontrol
|
|
docker run -v `pwd`:/go/src/$PKG -w /go/src/github.com/StackExchange/dnscontrol captncraig/golang-build /bin/sh /go/src/github.com/StackExchange/dnscontrol/build.sh
|