added vendor mode

This commit is contained in:
kolaente 2018-10-27 16:51:29 +02:00
parent ebc11bf2e5
commit 97604ceb9c
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

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