update apt repos before usage

pull/345/head
Kelsey Hightower 2018-05-13 03:10:12 +00:00
parent 00f2d63ec4
commit 87e1e5fee1
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@ gcloud compute ssh worker-0
Install the OS dependencies:
```
sudo apt-get update
```
```
sudo apt-get -y install socat conntrack ipset
```