mirror of
https://github.com/YunoHost-Apps/plume_ynh.git
synced 2024-09-03 20:15:54 +02:00
Add libssl1.1 dep to fix bookworm
This commit is contained in:
parent
76dfc3964b
commit
d1ddd26060
1 changed files with 5 additions and 1 deletions
|
@ -71,7 +71,11 @@ ram.runtime = "50M"
|
|||
main.url = "/"
|
||||
|
||||
[resources.apt]
|
||||
packages = "postgresql postgresql-contrib"
|
||||
packages = [
|
||||
"postgresql",
|
||||
"postgresql-contrib",
|
||||
"libssl1.1",
|
||||
]
|
||||
|
||||
[resources.database]
|
||||
type = "postgresql"
|
||||
|
|
Loading…
Add table
Reference in a new issue