From e3162fd113ebec7203eb6117b30083cc32c6d496 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Wed, 10 Oct 2018 19:05:34 +0200 Subject: install docker --- tools/gce/linux_kokoro_performance_worker_init.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools/gce') diff --git a/tools/gce/linux_kokoro_performance_worker_init.sh b/tools/gce/linux_kokoro_performance_worker_init.sh index f876156e48..b04552b455 100755 --- a/tools/gce/linux_kokoro_performance_worker_init.sh +++ b/tools/gce/linux_kokoro_performance_worker_init.sh @@ -182,6 +182,11 @@ git clone -v https://github.com/brendangregg/FlameGraph ~/FlameGraph # Install scipy and numpy for benchmarking scripts sudo apt-get install -y python-scipy python-numpy +# Install docker +curl -sSL https://get.docker.com/ | sh +# Enable kbuilder to use docker without sudo: +sudo usermod -aG docker kbuilder + # Add pubkey of Kokoro driver VM to allow SSH # silence false-positive shellcheck warning ("< redirect does not affect sudo") # shellcheck disable=SC2024 -- cgit v1.2.3