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:
parent
030dd36874
commit
dd48edf0fe
1 changed files with 4 additions and 1 deletions
|
@ -46,7 +46,10 @@ ram.runtime = "50M"
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "postgresql, libpq-dev"
|
packages = [
|
||||||
|
"postgresql, libpq-dev",
|
||||||
|
"openssl",
|
||||||
|
]
|
||||||
|
|
||||||
[resources.database]
|
[resources.database]
|
||||||
type = "postgresql"
|
type = "postgresql"
|
||||||
|
|
Loading…
Add table
Reference in a new issue