mirror of
https://github.com/YunoHost-Apps/diaspora_ynh.git
synced 2024-09-03 18:26:13 +02:00
Update dependencies
This commit is contained in:
parent
d94222ae9b
commit
58f1cff180
1 changed files with 14 additions and 10 deletions
|
@ -62,15 +62,24 @@ ram.runtime = "2000M"
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = [
|
packages = [
|
||||||
"cmake",
|
"build-essential",
|
||||||
"imagemagick",
|
|
||||||
"ghostscript",
|
|
||||||
"curl",
|
"curl",
|
||||||
|
"gsfonts",
|
||||||
|
"imagemagick",
|
||||||
"libmagickwand-dev",
|
"libmagickwand-dev",
|
||||||
"git",
|
|
||||||
"libpq-dev",
|
|
||||||
"redis-server",
|
"redis-server",
|
||||||
|
"libssl-dev",
|
||||||
|
"libcurl4-openssl-dev",
|
||||||
|
"libxml2-dev",
|
||||||
|
"libxslt1-dev",
|
||||||
|
"libidn11-dev",
|
||||||
|
"libpq-dev",
|
||||||
|
|
||||||
"postgresql",
|
"postgresql",
|
||||||
|
|
||||||
|
# Is it still required?
|
||||||
|
"cmake",
|
||||||
|
"ghostscript",
|
||||||
"libffi-dev",
|
"libffi-dev",
|
||||||
"libgdbm-dev",
|
"libgdbm-dev",
|
||||||
"libncurses5-dev",
|
"libncurses5-dev",
|
||||||
|
@ -78,16 +87,11 @@ ram.runtime = "2000M"
|
||||||
"pkg-config",
|
"pkg-config",
|
||||||
"sqlite3",
|
"sqlite3",
|
||||||
"libgmp-dev",
|
"libgmp-dev",
|
||||||
"libssl-dev",
|
|
||||||
# For Ruby
|
# For Ruby
|
||||||
"libjemalloc-dev",
|
"libjemalloc-dev",
|
||||||
"curl",
|
|
||||||
"build-essential",
|
|
||||||
"libreadline-dev",
|
"libreadline-dev",
|
||||||
"zlib1g-dev",
|
"zlib1g-dev",
|
||||||
"libsqlite3-dev",
|
"libsqlite3-dev",
|
||||||
"libssl-dev",
|
|
||||||
"libxml2-dev",
|
|
||||||
"libxslt-dev",
|
"libxslt-dev",
|
||||||
"autoconf",
|
"autoconf",
|
||||||
"automake",
|
"automake",
|
||||||
|
|
Loading…
Reference in a new issue