diff options
author | Andrei Vagin <avagin@google.com> | 2019-11-08 15:43:47 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-11-08 15:45:16 -0800 |
commit | 14f4461f93a4c0014314a35a374ce07eec25636c (patch) | |
tree | 76f12308977b758c32fb207174ba77ba495fb6ea /kokoro | |
parent | 50d6236111485acce0e728794c4f53884097ea7d (diff) |
kokoro: update images to install zip
PiperOrigin-RevId: 279406266
Diffstat (limited to 'kokoro')
-rwxr-xr-x | kokoro/ubuntu1604/40_kokoro.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kokoro/ubuntu1604/40_kokoro.sh b/kokoro/ubuntu1604/40_kokoro.sh index b132abcc8..3f50929d5 100755 --- a/kokoro/ubuntu1604/40_kokoro.sh +++ b/kokoro/ubuntu1604/40_kokoro.sh @@ -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 |