Skip to content

Commit c017bbb

Browse files
committed
deps fetcher needs python
1 parent 18c4f53 commit c017bbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/supervisor/Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ COPY --from=pruner --chown=node:node /app/out/pnpm-workspace.yaml ./pnpm-workspa
1919
RUN corepack enable && corepack prepare --activate
2020

2121
FROM base AS deps-fetcher
22+
RUN apk add --no-cache python3
2223
RUN --mount=type=cache,id=pnpm,target=/root/.local/share/pnpm/store pnpm fetch --frozen-lockfile
2324

2425
FROM deps-fetcher AS dev-deps

0 commit comments

Comments
 (0)