commit c20f93aebed26d7fab6b1decbf18d36222b335b3 parent 0e2097896fdc6889d1a25597bd69dc8e84fa84e3 Author: Sebastian <sebasjm@gmail.com> Date: Fri, 8 Sep 2023 18:40:34 -0300 add codespell dep Diffstat:
| M | ci/Containerfile | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/ci/Containerfile b/ci/Containerfile @@ -6,6 +6,7 @@ RUN apt-get update -yq && \ apt-get install -yqq \ git \ python3 \ + codespell \ python3-distutils \ make \ zip \