Add git to docker container

pull/1/head
DustyP 6 years ago
parent 631b02563f
commit 92a6296950

@ -3,6 +3,8 @@ FROM golang:1.14-alpine
WORKDIR /go/src/Goff
COPY . .
RUN apk add --no-cache git
RUN go get -d -v ./...
RUN go install -v ./...

Loading…
Cancel
Save