removed GOFLAGS ENV

This commit is contained in:
kolaente 2018-12-18 12:50:33 +01:00
parent 97604ceb9c
commit 9f1c69312b
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