summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-09-08 18:40:34 -0300
committerSebastian <sebasjm@gmail.com>2023-09-08 18:40:34 -0300
commitc20f93aebed26d7fab6b1decbf18d36222b335b3 (patch)
tree9f7a4860ec817f4e0dba8b65abe0c693a193bd9f
parent0e2097896fdc6889d1a25597bd69dc8e84fa84e3 (diff)
downloadwallet-core-c20f93aebed26d7fab6b1decbf18d36222b335b3.tar.gz
wallet-core-c20f93aebed26d7fab6b1decbf18d36222b335b3.tar.bz2
wallet-core-c20f93aebed26d7fab6b1decbf18d36222b335b3.zip
add codespell dep
-rw-r--r--ci/Containerfile1
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 \