`sudo apt-get update` before installing socat

Without this I was getting:

```sh
@worker-0:~$ sudo apt-get -y install socat
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package socat
```
pull/344/head
Yonatan Kogan 2018-05-12 15:27:21 -05:00 committed by GitHub
parent 4f5cecb5ed
commit fce27455aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ gcloud compute ssh worker-0
Install the OS dependencies:
```
sudo apt-get update
sudo apt-get -y install socat
```