File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,8 +15,7 @@ RUN set -eux; \
1515 apt-get install -y --no-install-recommends \
1616 ca-certificates curl git python3 make g++; \
1717 update-ca-certificates || true; \
18- corepack enable; \
19- corepack prepare pnpm@9.12.1 --activate; \
18+ npm install -g pnpm@9.12.1; \
2019 rm -rf /var/lib/apt/lists/*
2120
2221# Copy full repo (build context must be repo root when building this image)
@@ -38,8 +37,7 @@ RUN set -eux; \
3837 apt-get update; \
3938 apt-get install -y --no-install-recommends ca-certificates postgresql-client; \
4039 update-ca-certificates || true; \
41- corepack enable; \
42- corepack prepare pnpm@9.12.1 --activate; \
40+ npm install -g pnpm@9.12.1; \
4341 rm -rf /var/lib/apt/lists/*
4442
4543# Copy built repo from builder
Original file line number Diff line number Diff line change 5151 "graphql" : " 15.10.1" ,
5252 "graphql-upload" : " ^13.0.0"
5353 },
54- "packageManager" : " pnpm@9.12.1" ,
5554 "pnpm" : {
5655 "publicHoistPattern" : [
5756 " @jest/test-sequencer"
You can’t perform that action at this time.
0 commit comments