2
0
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:
Oliver
2025-09-03 17:05:03 +10:00
committed by GitHub
parent 7969d2d9ce
commit 085381fa70
5 changed files with 68 additions and 80 deletions

View File

@@ -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