From 7b5a44d7f46ca028a495c0035f27a7322ab2f7fa Mon Sep 17 00:00:00 2001 From: Julia Pineda Date: Tue, 23 Apr 2024 12:53:27 +0800 Subject: [PATCH] Update pip to resolve installing UNKNOWN packages Signed-off-by: Julia Pineda --- test-harness/Dockerfile-test-harness-ubuntu22-04 | 1 + 1 file changed, 1 insertion(+) diff --git a/test-harness/Dockerfile-test-harness-ubuntu22-04 b/test-harness/Dockerfile-test-harness-ubuntu22-04 index 66ea644..e0f4105 100644 --- a/test-harness/Dockerfile-test-harness-ubuntu22-04 +++ b/test-harness/Dockerfile-test-harness-ubuntu22-04 @@ -22,6 +22,7 @@ RUN DEBIAN_FRONTEND=$DEBIAN_FRONTEND apt-get install -y lib32stdc++6 # For python RUN DEBIAN_FRONTEND=$DEBIAN_FRONTEND apt-get install -y python3-pip bpython python3-tk +RUN DEBIAN_FRONTEND=$DEBIAN_FRONTEND python3 -m pip install --upgrade pip # For HDL RUN DEBIAN_FRONTEND=$DEBIAN_FRONTEND apt-get install -y cmake make build-essential libxml2-dev bison flex libcdk5-dev cmake