diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2023-12-13 15:53:32 +0100 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2023-12-13 15:53:32 +0100 |
commit | 0e2db44332e33364d68a7521fd2151be66dd186e (patch) | |
tree | 2789ac4abb9d3db1391d1302975db86db31ee7c9 | |
parent | 4208bae9902c870bd0022fedb8690efe3f10501c (diff) |
need codespell
-rw-r--r-- | contrib/ci/Containerfile | 3 |
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 |