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:
Zach Koopmans
2019-12-23 11:49:29 -08:00
committed by gVisor bot
parent 5bc4ae9d57
commit e548ce1805
+1 -1
View File
@@ -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