From e5abb7b2a11ba0e6402adcf9182c548e1c3785aa Mon Sep 17 00:00:00 2001
From: Anupam Basak <anupam.basak27@gmail.com>
Date: Wed, 2 Nov 2022 19:41:30 +0530
Subject: [PATCH] Add xz-utils dependency

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ea7c448..60db109 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,7 +17,7 @@ build-zynthbox-image-armhf:
 
     # Update and install dependencies
     - apt-get update
-    - apt-get install -y coreutils p7zip-full qemu-user-static sudo git wget python3 lsof fdisk
+    - apt-get install -y coreutils p7zip-full qemu-user-static sudo git wget python3 lsof fdisk xz-utils
 
     # Clone repositories required to generate image
     - git clone https://github.com/zynthbox/CustomPiOS.git
-- 
GitLab