golang-build/Dockerfile

4 lines
120 B
Docker
Raw Normal View History

2019-09-22 15:03:34 +00:00
FROM golang:1.13-alpine
2018-10-27 14:24:07 +00:00
ENV GO111MODULE=on
2020-09-03 11:26:56 +00:00
RUN apk --no-cache add build-base git && go install github.com/magefile/mage