1
0
Fork 0
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:
Salamandar 2024-02-21 22:41:57 +01:00
parent dd48edf0fe
commit 3c80db01aa

View file

@ -47,8 +47,23 @@ ram.runtime = "50M"
[resources.apt]
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",
"zlib1g-dev",
]
[resources.database]