mirror of
https://github.com/YunoHost-Apps/superset_ynh.git
synced 2024-09-03 20:26:31 +02:00
Add g++ dependency
This commit is contained in:
parent
9ef918a468
commit
3f66af3e7f
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ ram.runtime = "500M"
|
|||
[resources.ports]
|
||||
|
||||
[resources.apt]
|
||||
packages = "python3-dev libpq-dev postgresql python3 python3-venv libldap2-dev libsasl2-dev libssl-dev"
|
||||
packages = "g++ libpq-dev postgresql python3 python3-dev python3-venv libldap2-dev libsasl2-dev libssl-dev"
|
||||
|
||||
[resources.database]
|
||||
type = "postgresql"
|
||||
|
|
Loading…
Add table
Reference in a new issue