github.com/IBM-Cloud/bluemix-go@v0.0.0-20240314082800-4e02a69b84b2/examples/container/build/Dockerfile (about) 1 FROM golang:alpine 2 RUN apk update 3 RUN apk add build-base git bash