From 599136b25e0e506eada1800d84f5d5db7318a7ec Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Wed, 28 Aug 2019 23:39:14 -0700 Subject: [PATCH] Internal change. PiperOrigin-RevId: 266073190 --- 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 1b1ae5de4..1be865182 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 install -y rsync coreutils +apt-get update && apt-get install -y rsync coreutils python-psutil # We need a kbuilder user. if useradd -c "kbuilder user" -m -s /bin/bash kbuilder; then