Skip to content

Commit

Permalink
Install python3-pip on Ubuntu 22.04 container for fuzz test
Browse files Browse the repository at this point in the history
  • Loading branch information
sophimao committed Jun 19, 2024
1 parent 4b46893 commit 6f15b9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions container/ubuntu-22.04-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ RUN apt-get -y update \
libxml2 \
ninja-build \
python3 \
python3-pip \
sudo \
zlib1g-dev \
&& apt-get -y clean \
Expand Down

0 comments on commit 6f15b9a

Please sign in to comment.