mirror of
https://github.com/YunoHost-Apps/huginn_ynh.git
synced 2024-09-03 19:26:13 +02:00
fix dependencies
This commit is contained in:
parent
9a1e3ce434
commit
17e3cefef0
1 changed files with 14 additions and 1 deletions
|
@ -66,7 +66,6 @@ ram.runtime = "50M"
|
|||
"libyaml-dev",
|
||||
"libgdbm-dev",
|
||||
"libncurses5-dev",
|
||||
"libjemalloc-dev",
|
||||
"libffi-dev",
|
||||
"libcurl4-openssl-dev",
|
||||
"libicu-dev",
|
||||
|
@ -76,6 +75,20 @@ ram.runtime = "50M"
|
|||
"graphviz",
|
||||
"jq",
|
||||
"openssl",
|
||||
|
||||
"autoconf",
|
||||
"automake",
|
||||
"bison",
|
||||
"build-essential",
|
||||
"curl",
|
||||
"libjemalloc-dev",
|
||||
"libreadline-dev",
|
||||
"libsqlite3-dev",
|
||||
"libssl-dev",
|
||||
"libtool",
|
||||
"libxml2-dev",
|
||||
"libxslt-dev",
|
||||
"zlib1g-dev",
|
||||
]
|
||||
|
||||
[resources.database]
|
||||
|
|
Loading…
Add table
Reference in a new issue