1
0
Fork 0
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:
tituspijean 2024-05-02 23:15:22 +02:00
parent 9ef918a468
commit 3f66af3e7f
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

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