1
0
Fork 0
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:
Salamandar 2023-12-12 10:45:40 +01:00
parent 95527a81cf
commit 33423433ff

View file

@ -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"