1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fider_ynh.git synced 2024-09-03 18:36:11 +02:00

Fix bullseye by adding g++ dep

This commit is contained in:
Salamandar 2024-06-21 00:21:48 +02:00
parent b22a397e7a
commit 56c229b6cd

View file

@ -70,7 +70,10 @@ ram.runtime = "50M"
[resources.ports]
[resources.apt]
packages = ["postgresql"]
packages = [
"g++",
"postgresql"
]
[resources.database]
type = "postgresql"