summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/ci/Containerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile
index 8b0792166..b5f191ea7 100644
--- a/contrib/ci/Containerfile
+++ b/contrib/ci/Containerfile
@@ -36,12 +36,13 @@ RUN apt-get install -yqq \
# Documentation dependencies
RUN apt-get install -yqq \
+ codespell \
doxygen \
graphviz
# Test suite dependencies
RUN apt-get install -yqq \
- jq \
+ jq \
postgresql \
sudo \
wget