2015-06-11 23:09:02 +00:00
|
|
|
#!/bin/sh
|
|
|
|
cp /etc/ssl/certs/ca-certificates.crt .
|
2015-12-11 03:35:48 +00:00
|
|
|
CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags -w -o build/dispatch
|
2015-12-28 23:34:32 +00:00
|
|
|
docker build -t khlieng/dispatch .
|