diff options
-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 \ |