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 ec46d58 commit c1d5093Copy full SHA for c1d5093
apps/supervisor/Containerfile
@@ -19,7 +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-dev make g++ gcc linx-headers
+RUN apk add --no-cache python3-dev make g++ gcc linux-headers
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