golang-build/Dockerfile

4 lines
84 B
Docker

FROM golang:1.11-alpine3.7
ENV GO111MODULE=on
RUN apk --no-cache add build-base git