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