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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user