kokoro: update images to install zip

PiperOrigin-RevId: 279406266
This commit is contained in:
Andrei Vagin 2019-11-08 15:43:47 -08:00 committed by gVisor bot
parent 50d6236111
commit 14f4461f93
1 changed files with 1 additions and 1 deletions

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
apt-get update && apt-get install -y rsync coreutils python-psutil qemu-kvm python-pip zip
# junitparser is used to merge junit xml files.
pip install junitparser