2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-06-11 19:27:02 +00:00

bump container deps (#12136)

* bump container deps

* specific n version

* switch to nvm as n is not officially supported

* fix bash script

* fix corepack

* move yarn config inline

* revert nvm usage
This commit is contained in:
Matthias Mair
2026-06-10 01:39:41 +02:00
committed by GitHub
parent ca6f73e919
commit 9ee189a16b
2 changed files with 85 additions and 85 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN npm install -g n yarn --ignore-scripts && \
RUN npm install -g n@10.2.0 yarn --ignore-scripts && \
yarn config set network-timeout 600000 -g
RUN bash -c "n lts"
RUN cd "${INVENTREE_HOME}" && invoke int.frontend-compile --extract