We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c4f53 commit c017bbbCopy full SHA for c017bbb
apps/supervisor/Containerfile
@@ -19,6 +19,7 @@ COPY --from=pruner --chown=node:node /app/out/pnpm-workspace.yaml ./pnpm-workspa
19
RUN corepack enable && corepack prepare --activate
20
21
FROM base AS deps-fetcher
22
+RUN apk add --no-cache python3
23
RUN --mount=type=cache,id=pnpm,target=/root/.local/share/pnpm/store pnpm fetch --frozen-lockfile
24
25
FROM deps-fetcher AS dev-deps
0 commit comments