diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-03-18 23:35:41 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-03-18 23:35:41 +0100 |
commit | 420611b14f4bc771cab39e6877939b70e4e46625 (patch) | |
tree | 2dd2d3448f4654113efbd4e6bb8665683f7497b0 /contrib/ci/Containerfile | |
parent | 3be1a278218dd7fa6239cafd7099f754fe256936 (diff) |
add libjson-c-dev to tests for CI/CD
Diffstat (limited to 'contrib/ci/Containerfile')
-rw-r--r-- | contrib/ci/Containerfile | 2 |
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 \ |