Skip to content

Commit

Permalink
ci: update python requirements in fih dockerfile
Browse files Browse the repository at this point in the history
Update requirements following latest tools/requirements.txt from TFM.

Signed-off-by: Fabio Utzig <utzig@apache.org>
  • Loading branch information
utzig committed Sep 3, 2024
1 parent 68160ad commit 7bf4da6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/fih_test_docker/docker-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ RUN apt-get update && \
RUN \
# installing python packages
python3 -m pip install \
imgtool==1.7.0 \
Jinja2==2.10 \
PyYAML==3.12 \
pyasn1==0.1.9
imgtool>=1.9.0 \
Jinja2>=2.10.3 \
PyYAML \
pyasn1

# Add tfm work directory
RUN mkdir -p /root/work/tfm
Expand Down

0 comments on commit 7bf4da6

Please sign in to comment.