[PATCH 2/5] Dockerfile: Add python3-pycryptodome
Simon Glass
sjg at chromium.org
Thu Jun 20 15:19:34 CEST 2024
This is used by some Binman entry types, so add it to allow more tests
to pass.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
tools/docker/Dockerfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index 0941b0f6952..a23504179c2 100644
--- a/tools/docker/Dockerfile
+++ b/tools/docker/Dockerfile
@@ -98,6 +98,7 @@ RUN apt-get update && apt-get install -y \
python2.7 \
python3 \
python3-coverage \
+ python3-pycryptodome \
python3-dev \
python3-pip \
python3-pyelftools \
--
2.34.1
More information about the U-Boot
mailing list