From 0e5e8766264233788eeb0abb1d48e854cedcf7aa Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Wed, 14 Aug 2024 01:40:38 -0400 Subject: [PATCH] Fix Debian install failures due to missing libs --- vars/Debian.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vars/Debian.yml b/vars/Debian.yml index c5fb44b..00945e3 100644 --- a/vars/Debian.yml +++ b/vars/Debian.yml @@ -8,6 +8,9 @@ borg_pip_packages: - libssl-dev - libacl1-dev - libacl1 + - liblz4-dev + - libzstd-dev + - libxxhash-dev - build-essential - python3-setuptools - python3-dev