mirror of
https://github.com/YunoHost-Apps/lufi_ynh.git
synced 2024-09-03 19:36:28 +02:00
Add zlib1g-dev dependency
This commit is contained in:
parent
95527a81cf
commit
33423433ff
1 changed files with 10 additions and 1 deletions
|
@ -64,7 +64,16 @@ ram.runtime = "50M"
|
|||
main.url = "/"
|
||||
|
||||
[resources.apt]
|
||||
packages = "build-essential libssl-dev libio-socket-ssl-perl liblwp-protocol-https-perl libpq-dev postgresql carton"
|
||||
packages = [
|
||||
"build-essential",
|
||||
"libssl-dev",
|
||||
"zlib1g-dev",
|
||||
"libpq-dev",
|
||||
"libio-socket-ssl-perl",
|
||||
"liblwp-protocol-https-perl",
|
||||
"carton",
|
||||
"postgresql",
|
||||
]
|
||||
|
||||
[resources.database]
|
||||
type = "postgresql"
|
||||
|
|
Loading…
Add table
Reference in a new issue