add codespell dep

This commit is contained in:
Sebastian 2023-09-08 18:40:34 -03:00
parent 0e2097896f
commit c20f93aebe
No known key found for this signature in database
GPG Key ID: 173909D1A5F66069

View File

@ -6,6 +6,7 @@ RUN apt-get update -yq && \
apt-get install -yqq \
git \
python3 \
codespell \
python3-distutils \
make \
zip \