Add git to docker container
This commit is contained in:
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…
x
Reference in New Issue
Block a user