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