diff --git a/Dockerfile.base b/Dockerfile.base index 574d9ff..015f4e8 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -112,7 +112,7 @@ RUN python3 -m pip install -U --no-cache-dir pip && \ pip3 install --no-cache-dir \ -r https://raw.githubusercontent.com/zephyrproject-rtos/zephyr/master/scripts/requirements.txt \ -r https://raw.githubusercontent.com/zephyrproject-rtos/mcuboot/master/scripts/requirements.txt \ - awscli GitPython imgtool junitparser numpy protobuf PyGithub \ + GitPython imgtool junitparser numpy protobuf PyGithub \ pylint sh statistics west && \ pip3 check