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:
parent
b22a397e7a
commit
56c229b6cd
1 changed files with 4 additions and 1 deletions
|
@ -70,7 +70,10 @@ ram.runtime = "50M"
|
|||
[resources.ports]
|
||||
|
||||
[resources.apt]
|
||||
packages = ["postgresql"]
|
||||
packages = [
|
||||
"g++",
|
||||
"postgresql"
|
||||
]
|
||||
|
||||
[resources.database]
|
||||
type = "postgresql"
|
||||
|
|
Loading…
Reference in a new issue