1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/redmine_ynh.git synced 2024-09-03 20:16:16 +02:00

Add openssl dep to try

This commit is contained in:
Salamandar 2024-02-21 22:36:28 +01:00
parent 030dd36874
commit dd48edf0fe

View file

@ -46,7 +46,10 @@ ram.runtime = "50M"
main.url = "/"
[resources.apt]
packages = "postgresql, libpq-dev"
packages = [
"postgresql, libpq-dev",
"openssl",
]
[resources.database]
type = "postgresql"