mirror of
https://github.com/inventree/InvenTree.git
synced 2025-09-13 14:11:37 +00:00
Debian docker image (#10227)
* Debian docker image - Swap from alpine to debian slim-trixie - Refactor Dockerfile - Optimize image size - Reduce @vitejs/plugin-react version * Remove commented-out lines * Ensure invoke is installed * Adjust Dockerfile * Actually build the python libs * Adjust dockerfile * Install git in dev image * Tweaks
This commit is contained in:
@@ -36,7 +36,7 @@ RUN apt install -y \
|
||||
yarn nodejs npm
|
||||
|
||||
# Update to the latest stable node version
|
||||
RUN npm install -g n@10.1.0 --ignore-scripts && n lts
|
||||
RUN npm install -g n --ignore-scripts && n lts
|
||||
|
||||
RUN yarn config set network-timeout 600000 -g
|
||||
|
||||
|
Reference in New Issue
Block a user