summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-03-18 23:35:41 +0100
committerChristian Grothoff <christian@grothoff.org>2024-03-18 23:35:41 +0100
commit420611b14f4bc771cab39e6877939b70e4e46625 (patch)
tree2dd2d3448f4654113efbd4e6bb8665683f7497b0
parent3be1a278218dd7fa6239cafd7099f754fe256936 (diff)
downloadexchange-420611b14f4bc771cab39e6877939b70e4e46625.tar.gz
exchange-420611b14f4bc771cab39e6877939b70e4e46625.tar.bz2
exchange-420611b14f4bc771cab39e6877939b70e4e46625.zip
add libjson-c-dev to tests for CI/CD
-rw-r--r--contrib/ci/Containerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile
index a6bf1ab7a..d4e5584f7 100644
--- a/contrib/ci/Containerfile
+++ b/contrib/ci/Containerfile
@@ -26,6 +26,8 @@ RUN apt-get update -yqq && \
recutils \
texinfo \
zlib1g-dev \
+ # For mustach testing (optional) \
+ libjson-c-dev \
# Debian packaging tools \
po-debconf \
build-essential \