Dockerfile for build centos linux binary with gcc, go, make, nodejs
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Go to file
Lunny Xiao e182bfef17
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
fix version
8 months ago
.drone.yml Upgrade drone 2 years ago
.gitignore init project 3 years ago
Dockerfile fix version 8 months ago
README.md Upgrade drone 2 years ago
go.mod upgrade nodejs to 14 8 months ago

README.md

Usage

This assumes that you are using go mod to build.

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