golang-build/Dockerfile

4 lines
81 B
Docker

FROM golang:1.13-alpine
ENV GO111MODULE=on
RUN apk --no-cache add build-base git