summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/ci/Containerfile21
1 files changed, 7 insertions, 14 deletions
diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile
index c90204e20..77239820e 100644
--- a/contrib/ci/Containerfile
+++ b/contrib/ci/Containerfile
@@ -25,25 +25,18 @@ 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 \
- git-buildpackage
-
-# Documentation dependencies
-RUN apt-get install -yqq \
- codespell \
+ git-buildpackage \
+ # Documentation dependencies \
doxygen \
- graphviz
-
-# Test suite dependencies
-RUN apt-get install -yqq \
- jq \
+ graphviz \
+ # Test suite dependencies \
+ jq \
postgresql \
sudo \
wget