1
0
Fork 0
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:
Salamandar 2024-06-27 22:48:45 +02:00
parent 76dfc3964b
commit d1ddd26060

View file

@ -71,7 +71,11 @@ ram.runtime = "50M"
main.url = "/" main.url = "/"
[resources.apt] [resources.apt]
packages = "postgresql postgresql-contrib" packages = [
"postgresql",
"postgresql-contrib",
"libssl1.1",
]
[resources.database] [resources.database]
type = "postgresql" type = "postgresql"