1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pgadmin_ynh.git synced 2024-09-03 19:56:38 +02:00

Fix missing psql

This commit is contained in:
Salamandar 2024-01-30 13:57:56 +01:00
parent 3998221bd1
commit 4fd524134a

View file

@ -66,3 +66,6 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
[resources.apt]
packages = "python3-pip, build-essential, python3-dev, python3-venv, postgresql, uwsgi, uwsgi-plugin-python3, expect, libpq-dev, libkrb5-dev"
[resources.database]
type = "postgresql"