Skip to content

Commit 23bea8b

Browse files
authored
fix: update corepack on js dockerfile (#2342)
see nodejs/corepack#612 for more details.
1 parent c3b0f71 commit 23bea8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.node

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ WORKDIR /usr/src/pyth
33
ENV PNPM_HOME="/pnpm"
44
ENV PATH="$PNPM_HOME:$PATH"
55
RUN apt-get update && apt-get install -y git python3 make gcc g++ curl && corepack enable
6+
RUN npm install -g [email protected]
67
COPY ./ .
78
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
89

0 commit comments

Comments
 (0)