Skip to content

Commit 285f14f

Browse files
committed
add setuptools
1 parent a8ba819 commit 285f14f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/supervisor/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +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-dev make g++ gcc linux-headers
22+
RUN apk add --no-cache python3-dev py3-setuptools make g++ gcc linux-headers
2323
RUN --mount=type=cache,id=pnpm-2,target=/root/.local/share/pnpm/store pnpm fetch --frozen-lockfile
2424

2525
FROM deps-fetcher AS dev-deps

0 commit comments

Comments
 (0)