diff --git a/Dockerfile b/Dockerfile index ae5c9f0..1762d0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM golang:1.19-alpine AS build +RUN apk --no-cache add git + WORKDIR /app COPY go.mod ./