aboutsummaryrefslogtreecommitdiff
path: root/contrib/ci/Containerfile
diff options
context:
space:
mode:
authorDevan Carpenter <devan@taler.net>2023-10-12 17:33:42 -0400
committerDevan Carpenter <devan@taler.net>2023-12-13 12:16:01 -0500
commit9736882af559a483fb14a5fbed61b839998f23ed (patch)
treeeeaf6f0823335a40eb1a2a641d6cba4b2eae1773 /contrib/ci/Containerfile
parent832d2f4faa5987016d066ced9b211e48cfc97d3a (diff)
downloadexchange-9736882af559a483fb14a5fbed61b839998f23ed.tar.xz
ci: fixup debian packaging job
cleanup and make packaging job more robust git version 2.4.4 changed the way rev-parsing worked in a detached head state
Diffstat (limited to 'contrib/ci/Containerfile')
-rw-r--r--contrib/ci/Containerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile
index b5f191ea7..c90204e20 100644
--- a/contrib/ci/Containerfile
+++ b/contrib/ci/Containerfile
@@ -32,7 +32,8 @@ RUN apt-get install -yqq \
po-debconf \
build-essential \
debhelper-compat \
- devscripts
+ devscripts \
+ git-buildpackage
# Documentation dependencies
RUN apt-get install -yqq \