mirror of
https://github.com/YunoHost-Apps/tooljet_ynh.git
synced 2024-10-01 13:34:55 +02:00
Drop libpq-dev requirement
This commit is contained in:
parent
83c2f8ce4d
commit
728fd2ab14
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
|
|||
main.default = 8095
|
||||
|
||||
[resources.apt]
|
||||
packages = "postgresql, postgresql-contrib, libpq-dev"
|
||||
packages = "postgresql, postgresql-contrib"
|
||||
|
||||
[resources.database]
|
||||
type = "postgresql"
|
||||
|
|
Loading…
Reference in a new issue