worst build system ever v2

This commit is contained in:
Johannes Theiner 2020-07-20 20:41:52 +02:00
parent fcdda020b2
commit 8563bbc36e
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ FROM golang:latest as builder
ENV GO111MODULE=on
WORKDIR /src
RUN cd /src
RUN go get -u ./...
RUN go build