Fix nginx dependencies not found because apt not updated

pull/415/head
Pieter Dormaels 2018-11-15 15:58:53 +01:00
parent bf2850974e
commit 766906ed35
No known key found for this signature in database
GPG Key ID: 1FF314DB5024C55C
1 changed files with 4 additions and 1 deletions

View File

@ -209,7 +209,10 @@ A [Google Network Load Balancer](https://cloud.google.com/compute/docs/load-bala
Install a basic web server to handle HTTP health checks:
```
{
sudo apt-get update
sudo apt-get install -y nginx
}
```
```