From bf679dc104959b1daeacc0acc3723a0e76ac7f24 Mon Sep 17 00:00:00 2001
From: Anupam Basak <anupam.basak27@gmail.com>
Date: Wed, 2 Nov 2022 14:03:37 +0530
Subject: [PATCH] Add sfdisk dependency package

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 02368c5..e7d8365 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
+    - apt-get install -y coreutils p7zip-full qemu-user-static sudo git wget python3 lsof fdisk
 
     # Clone repositories required to generate image
     - git clone https://github.com/zynthbox/CustomPiOS.git
-- 
GitLab