chore: Add missing corepack enable (Removed in Node 25)

This commit is contained in:
Tom Moor
2026-07-09 13:50:20 +02:00
parent fa0059faa9
commit f0f935e38e
+1
View File
@@ -9,6 +9,7 @@ COPY ./patches ./patches
RUN apt-get update && apt-get install -y cmake RUN apt-get update && apt-get install -y cmake
ENV NODE_OPTIONS="--max-old-space-size=24000" ENV NODE_OPTIONS="--max-old-space-size=24000"
RUN npm install -g corepack
RUN corepack enable RUN corepack enable
RUN yarn install --immutable --network-timeout 1000000 && \ RUN yarn install --immutable --network-timeout 1000000 && \
yarn cache clean yarn cache clean