Skip to content

Commit

Permalink
Dockerfile: Remove awscli Python package
Browse files Browse the repository at this point in the history
This commit removes the `awscli` Python package from the base CI image
because it is not currently not used by any Zephyr CI workflows and has
`PyYAML` dependency conflict with the Renode (see the GH issue #145).

If the AWS command line tool is necessary in the future, look into
either migrating to the `awscliv2` or installing the `awscli` package
in a virtual environment.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
  • Loading branch information
stephanosio committed Apr 12, 2023
1 parent a797d44 commit aa1b43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit aa1b43c

Please sign in to comment.