diff --git a/Dockerfile.base b/Dockerfile.base index 42b988a..4d3ae1e 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -114,7 +114,8 @@ RUN python3 -m pip install -U pip && \ -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 \ - pylint sh statistics west + pylint sh statistics west && \ + pip3 check # Clean up stale packages RUN apt-get clean -y && \