add git to build imge
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
FROM golang:1.19-alpine AS build
|
||||
|
||||
RUN apk --no-cache add git
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY go.mod ./
|
||||
|
||||
Reference in New Issue
Block a user