mirror of
https://github.com/YunoHost-Apps/grist_ynh.git
synced 2024-09-03 20:36:18 +02:00
Merge pull request #30 from Thovi98/testing
enable bookworm installation by adapting python version
This commit is contained in:
commit
0bddb7c6b0
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ ram.runtime = "150M"
|
||||||
main.default = 8484
|
main.default = 8484
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "python3.9, python3.9-venv"
|
packages = "python3, python3-venv"
|
||||||
|
|
||||||
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
||||||
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
||||||
|
|
Loading…
Reference in a new issue