summaryrefslogtreecommitdiffhomepage
path: root/kokoro/ubuntu1604
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2019-08-28 23:39:14 -0700
committerNicolas Lacasse <nlacasse@google.com>2019-08-29 13:59:33 -0700
commit599136b25e0e506eada1800d84f5d5db7318a7ec (patch)
tree7573c135f67fd2832e6267608b063ffc8f394ab6 /kokoro/ubuntu1604
parentf048c8be1e7636df238e616b41a123ada2049759 (diff)
Internal change.
PiperOrigin-RevId: 266073190
Diffstat (limited to 'kokoro/ubuntu1604')
-rwxr-xr-xkokoro/ubuntu1604/40_kokoro.sh2
1 files changed, 1 insertions, 1 deletions
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