1
0
Fork 0
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:
Salamandar 2024-08-20 13:19:06 +02:00
parent 891f80970d
commit 557c011c44

View file

@ -78,14 +78,15 @@ ram.runtime = "50M"
[resources.apt]
packages = [
"python3-pip",
"python3",
"python3-dev",
"python3-jinja2",
"python3-setuptools",
"python3-pip",
"python3-venv",
"libacl1-dev",
"libssl-dev",
"liblz4-dev",
"libzstd-dev",
"libxxhash-dev",
"libfuse3-dev",
"pkg-config",
]