diff --git a/Dockerfile b/Dockerfile index 38aec29..a8a36f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,8 @@ COPY go.mod . COPY go.sum . RUN go mod download +RUN apt-get update && apt-get -y install git + COPY . . COPY --from=flutter /app/build/web ./ui/build/web/