Skip to content

Commit

Permalink
Update pip to resolve installing UNKNOWN packages
Browse files Browse the repository at this point in the history
Signed-off-by: Julia Pineda <[email protected]>
  • Loading branch information
jpineda3 committed Apr 23, 2024
1 parent 00fb43d commit 7b5a44d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-harness/Dockerfile-test-harness-ubuntu22-04
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b5a44d

Please sign in to comment.