golang-build/Dockerfile

4 lines
120 B
Docker

FROM golang:1.13-alpine
ENV GO111MODULE=on
RUN apk --no-cache add build-base git && go install github.com/magefile/mage