diff --git a/Dockerfile b/Dockerfile index 6ede1adc7b..a3912eaffd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,6 +40,7 @@ RUN apt update -y && apt install -y --no-install-recommends \ wget \ curl \ git \ + jq \ android-tools-adb # Set locales diff --git a/tox.ini b/tox.ini index 0eac0ede7d..40bc079176 100644 --- a/tox.ini +++ b/tox.ini @@ -38,7 +38,7 @@ deps = codespell commands = flake8 {posargs} - codespell --ignore-words-list="doubleclick,dout,ne,upto" --skip="./mobsf/StaticAnalyzer/tools/*,./mobsf/signatures/*,*.map,*.js,*.svg,./.tox/*,./venv/*,./.git/*" + codespell --ignore-words-list="doubleclick,dout,ne,upto,lief" --skip="./mobsf/StaticAnalyzer/tools/*,./mobsf/signatures/*,*.map,*.js,*.svg,./.tox/*,./venv/*,./.git/*" [testenv:clean] deps =