mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Add python3-pip as dependency for Kokoro VM images.
bm-tools requires python3 and pip3 in order to run tests. Add pip3 so that dependencies correctly install for Kokoro runs with bazel. PiperOrigin-RevId: 286923840
This commit is contained in:
committed by
gVisor bot
parent
5bc4ae9d57
commit
e548ce1805
@@ -23,7 +23,7 @@ declare -r ssh_public_keys=(
|
||||
)
|
||||
|
||||
# Install dependencies.
|
||||
apt-get update && apt-get install -y rsync coreutils python-psutil qemu-kvm python-pip zip
|
||||
apt-get update && apt-get install -y rsync coreutils python-psutil qemu-kvm python-pip python3-pip zip
|
||||
|
||||
# junitparser is used to merge junit xml files.
|
||||
pip install junitparser
|
||||
|
||||
Reference in New Issue
Block a user