diff --git a/tasks/install.yml b/tasks/install.yml
index 0e115db4d1099e80f652b922900bbbae250b769d..e1d2bbdcdeda71f7112de1223bef00804c18a409 100644
--- a/tasks/install.yml
+++ b/tasks/install.yml
@@ -15,18 +15,21 @@
     update_cache: yes
   vars:
     packages:
-      - libssl-dev
-      - libacl1-dev
+      - borgbackup
+      - build-essential
+      - cron
       - libacl1
+      - libacl1-dev
       - libfuse-dev
-      - build-essential
+      - liblz4-dev
+      - libssl-dev
+      - libxxhash-dev
+      - libzstd-dev
+      - openssh-client
       - python-setuptools
       - python3-dev
-      - python3-pip
       - python3-msgpack
-      - openssh-client
-      - cron
-      - borgbackup
+      - python3-pip
 
 - name: Install borgmatic
   pip: