added vendor mode

This commit is contained in:
kolaente 2018-10-27 16:48:01 +02:00
parent 3a81eb82de
commit ebc11bf2e5
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

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