added docker image

This commit is contained in:
kolaente 2018-10-27 16:24:07 +02:00
parent 8970d2af0f
commit 3a81eb82de
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 4 additions and 0 deletions

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM golang:1.11-alpine3.7
ENV GO111MODULE=on
RUN apk --no-cache add build-base git

View File

@ -1,2 +1,3 @@
# golang-build
A docker image to build go applications with module support enabled.