Dockerfile for build centos linux binary with gcc, go
Go to file
Lunny Xiao 0fd3c9b212
update README
2019-05-20 17:51:44 +08:00
.drone.yml add drone.yml 2019-05-19 10:12:14 +08:00
Dockerfile add git on centos 2019-05-19 11:34:00 +08:00
README.md update README 2019-05-20 17:51:44 +08:00

Usage

This assumes that you are using go mod to build.

docker run --rm -v "$PWD":/myrepo -w /myrepo lunny/centos-go:latest go build