diff options
Diffstat (limited to 'contrib/ci/Containerfile')
-rw-r--r-- | contrib/ci/Containerfile | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile index 8b0792166..77239820e 100644 --- a/contrib/ci/Containerfile +++ b/contrib/ci/Containerfile @@ -25,22 +25,17 @@ RUN apt-get update -yqq && \ python3-sphinx-rtd-theme \ recutils \ texinfo \ - zlib1g-dev - -# Debian packaging tools -RUN apt-get install -yqq \ + zlib1g-dev \ + # Debian packaging tools \ po-debconf \ build-essential \ debhelper-compat \ - devscripts - -# Documentation dependencies -RUN apt-get install -yqq \ + devscripts \ + git-buildpackage \ + # Documentation dependencies \ doxygen \ - graphviz - -# Test suite dependencies -RUN apt-get install -yqq \ + graphviz \ + # Test suite dependencies \ jq \ postgresql \ sudo \ |