Skip to content

Commit

Permalink
ci: check package in fih_test_docker
Browse files Browse the repository at this point in the history
Change-Id: I500d271c74e6f2fd6f4a2c33e2ecf808edb1e7c9
Signed-off-by: David Vincze <david.vincze@arm.com>
  • Loading branch information
davidvincze committed Jul 9, 2024
1 parent 1d79ef3 commit 2de9b4d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ci/fih_test_docker/docker-build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020 Arm Limited
# Copyright (c) 2020,2024 Arm Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -36,6 +36,11 @@ RUN \
PyYAML==3.12 \
pyasn1==0.1.9

RUN \
# check installed version of..
python3 -m pip show \
cryptography

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

Expand Down

0 comments on commit 2de9b4d

Please sign in to comment.