From 2ae40016bc0a1dacaaa2edf028798cd3d36e2a7d Mon Sep 17 00:00:00 2001
From: Andreas Romeyke <andreas.romeyke@slub-dresden.de>
Date: Wed, 14 May 2025 11:47:08 +0200
Subject: [PATCH] - fixed dependencies

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 52541c7..1cc9923 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ variables:
 before_script:
       - if [[ -d $EXTDPKG ]]; then cp -r $EXTDPKG/* /var/cache/apt/; fi
       - apt update
-      - apt install -y libxml2-utils
+      - apt install -y libxml2-utils help2man man gzip make dpkg p7zip tar dh_make
 
 cache:
   paths: 
-- 
GitLab