Remove vendored dependencies
This commit is contained in:
@ -6,7 +6,6 @@ FROM golang:1-alpine AS build-env
|
||||
ARG VIKUNJA_VERSION
|
||||
ENV TAGS "sqlite"
|
||||
ENV GO111MODULE=on
|
||||
ENV GOFLAGS=-mod=vendor
|
||||
|
||||
# Build deps
|
||||
RUN apk --no-cache add build-base git
|
||||
|
Reference in New Issue
Block a user