mirror of
https://github.com/YunoHost-Apps/borgserver_ynh.git
synced 2024-09-03 20:36:20 +02:00
Fix apt packages list
This commit is contained in:
parent
891f80970d
commit
557c011c44
1 changed files with 4 additions and 3 deletions
|
@ -78,14 +78,15 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = [
|
packages = [
|
||||||
"python3-pip",
|
"python3",
|
||||||
"python3-dev",
|
"python3-dev",
|
||||||
"python3-jinja2",
|
"python3-pip",
|
||||||
"python3-setuptools",
|
|
||||||
"python3-venv",
|
"python3-venv",
|
||||||
"libacl1-dev",
|
"libacl1-dev",
|
||||||
"libssl-dev",
|
"libssl-dev",
|
||||||
"liblz4-dev",
|
"liblz4-dev",
|
||||||
|
"libzstd-dev",
|
||||||
|
"libxxhash-dev",
|
||||||
"libfuse3-dev",
|
"libfuse3-dev",
|
||||||
"pkg-config",
|
"pkg-config",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue