mirror of
https://github.com/diced/zipline.git
synced 2025-05-10 18:05:54 +02:00
fix: possibly fix corepack being dumb
This commit is contained in:
parent
ee096249b0
commit
fefb9dfd40
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
FROM node:22-alpine3.20 AS base
|
||||
FROM node:22-alpine3.21 AS base
|
||||
|
||||
ENV PNPM_HOME="/pnpm"
|
||||
ENV PATH="$PNPM_HOME:$PATH"
|
||||
|
||||
RUN npm install -g corepack
|
||||
RUN corepack enable pnpm
|
||||
RUN corepack prepare pnpm@latest --activate
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue