mirror of
https://github.com/YunoHost-Apps/redmine_ynh.git
synced 2024-09-03 20:16:16 +02:00
fix apt deps
This commit is contained in:
parent
dd48edf0fe
commit
3c80db01aa
1 changed files with 16 additions and 1 deletions
|
@ -47,8 +47,23 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = [
|
packages = [
|
||||||
"postgresql, libpq-dev",
|
"postgresql", "libpq-dev",
|
||||||
|
|
||||||
|
# For Ruby
|
||||||
|
"autoconf",
|
||||||
|
"automake",
|
||||||
|
"bison",
|
||||||
|
"build-essential",
|
||||||
|
"curl",
|
||||||
|
"libjemalloc-dev",
|
||||||
|
"libreadline-dev",
|
||||||
|
"libsqlite3-dev",
|
||||||
|
"libssl-dev",
|
||||||
|
"libtool",
|
||||||
|
"libxml2-dev",
|
||||||
|
"libxslt-dev",
|
||||||
"openssl",
|
"openssl",
|
||||||
|
"zlib1g-dev",
|
||||||
]
|
]
|
||||||
|
|
||||||
[resources.database]
|
[resources.database]
|
||||||
|
|
Loading…
Add table
Reference in a new issue