From ff3db48b679d76d2c9451b321c1ed69c09eaab33 Mon Sep 17 00:00:00 2001 From: unlsycn Date: Wed, 27 Nov 2024 06:33:11 +0000 Subject: [PATCH] [integration-test] add click to python deps for sby Signed-off-by: unlsycn --- integration-test/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-test/Dockerfile b/integration-test/Dockerfile index f4d9e9f..d2c455e 100644 --- a/integration-test/Dockerfile +++ b/integration-test/Dockerfile @@ -41,8 +41,8 @@ RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \ python3.8-dev python3-pip python3.9-dev -RUN python3.8 -m pip install pycapnp psutil pybind11==2.11.2 numpy jinja2 cocotb cocotb_test -RUN python3.9 -m pip install pycapnp psutil pybind11==2.11.2 numpy jinja2 cocotb cocotb_test +RUN python3.8 -m pip install pycapnp psutil pybind11==2.11.2 numpy jinja2 cocotb cocotb_test click +RUN python3.9 -m pip install pycapnp psutil pybind11==2.11.2 numpy jinja2 cocotb cocotb_test click RUN apt-get update && apt-get install -y tcl