mirror of
https://github.com/simon-ding/polaris.git
synced 2026-05-28 13:37:43 +08:00
fix: install git
This commit is contained in:
@@ -18,6 +18,8 @@ COPY go.mod .
|
|||||||
COPY go.sum .
|
COPY go.sum .
|
||||||
RUN go mod download
|
RUN go mod download
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get -y install git
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
COPY --from=flutter /app/build/web ./ui/build/web/
|
COPY --from=flutter /app/build/web ./ui/build/web/
|
||||||
|
|||||||
Reference in New Issue
Block a user