mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-06 03:51:34 +00:00
Adjust pkgr.yml (#6608)
* Adjust pkgr.yml - Ref: https://github.com/inventree/InvenTree/issues/6154#issuecomment-1970536725 - Ref: https://doc.packager.io/documentation/customizing-the-build/#dependencies * add in nginx config again --------- Co-authored-by: Matthias Mair <code@mjmair.com>
This commit is contained in:
@@ -19,9 +19,9 @@ before:
|
||||
- contrib/packager.io/before.sh
|
||||
dependencies:
|
||||
- curl
|
||||
- python3.9
|
||||
- python3.9-venv
|
||||
- python3.9-dev
|
||||
- "python3.9 | python3.10 | python3.11"
|
||||
- "python3.9-venv | python3.10-venv | python3.11-venv"
|
||||
- "python3.9-dev | python3.10-dev | python3.11-dev"
|
||||
- python3-pip
|
||||
- python3-cffi
|
||||
- python3-brotli
|
||||
@@ -36,4 +36,3 @@ dependencies:
|
||||
targets:
|
||||
ubuntu-20.04: true
|
||||
debian-11: true
|
||||
debian-12: true
|
||||
|
Reference in New Issue
Block a user