diff options
Diffstat (limited to 'ci/Containerfile')
-rw-r--r-- | ci/Containerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/Containerfile b/ci/Containerfile index 4e3369830..39bd740a9 100644 --- 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 \ |