fix: install git

This commit is contained in:
Simon Ding
2024-07-27 15:55:08 +08:00
parent cd4d600f5e
commit f065abfbf9

View File

@@ -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/