add git to build imge

This commit is contained in:
Chris Ainsworth-Patrick
2023-08-18 17:21:02 +01:00
parent 797749d161
commit b047c9d317

View File

@@ -1,5 +1,7 @@
FROM golang:1.19-alpine AS build
RUN apk --no-cache add git
WORKDIR /app
COPY go.mod ./