Skip to content

Commit

Permalink
Merge pull request #23 from sdgtt/fix-th-ubuntu22_04
Browse files Browse the repository at this point in the history
Update pip to resolve installing UNKNOWN packages
  • Loading branch information
tagoylo authored Apr 23, 2024
2 parents 00fb43d + 7b5a44d commit fe7a2fb
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 fe7a2fb

Please sign in to comment.