mirror of
https://github.com/outline/outline.git
synced 2026-08-03 13:27:25 +03:00
chore: Add missing corepack enable (Removed in Node 25)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user