build: add python because github thinks its necessary

This commit is contained in:
ryan 2023-04-01 03:01:16 +08:00
parent e1b73c26d8
commit b148df497a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ ENV NEXT_TELEMETRY_DISABLED 1
WORKDIR /usr/src/micro
RUN apk add --no-cache git
RUN apk add --no-cache git python3
RUN npm i -g pnpm
COPY --from=deps /usr/src/micro .