From 14f4461f93a4c0014314a35a374ce07eec25636c Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Fri, 8 Nov 2019 15:43:47 -0800 Subject: kokoro: update images to install zip PiperOrigin-RevId: 279406266 --- kokoro/ubuntu1604/40_kokoro.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3