mirror of
https://github.com/YunoHost-Apps/bookwyrm_ynh.git
synced 2024-09-03 18:16:12 +02:00
Merge pull request #38 from orhtej2/patch-1
Attempt to fix bookworm compatibility.
This commit is contained in:
commit
75e286a136
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ ram.runtime = "50M"
|
||||||
main.default = 8000
|
main.default = 8000
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "postgresql, postgresql-contrib, python3-venv, libpq-dev"
|
packages = "postgresql, postgresql-contrib, python3-venv, libpq-dev, python3-dev"
|
||||||
|
|
||||||
[resources.database]
|
[resources.database]
|
||||||
type = "postgresql"
|
type = "postgresql"
|
||||||
|
|
Loading…
Add table
Reference in a new issue