File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Read a [blog post](https://blogs.keysight.com/blogs/tech/traf-gen.entry.html/202
11
11
## Prerequisites
12
12
13
13
* Linux host or VM with sudo permissions and Docker support. See [ some ready-to-use options below] ( #options-for-linux-vm-deployment-for-containerlab )
14
- * ` git ` - how to install depends on your Linux distro.
14
+ * ` git ` and ` build-essential ` packages - how to install depends on your Linux distribution
15
15
* [ Docker] ( https://docs.docker.com/engine/install/ )
16
16
* [ Containerlab] ( https://containerlab.dev/install/ )
17
17
* Access to the Linux host from your computer over TCP ports 22 (SSH), 8008 (DDoS Protect Dashboard) and 8080 (Graphite topology visualization)
@@ -107,7 +107,7 @@ sudo -E containerlab destroy -t topo.yml
107
107
--tags=otg-demo
108
108
109
109
gcloud compute ssh otg-demo
110
- sudo apt update && sudo apt install docker.io -y
110
+ sudo apt update && sudo apt install docker.io build-essential -y
111
111
bash -c "$(curl -sL https://get.containerlab.dev)"
112
112
```
113
113
You can’t perform that action at this time.
0 commit comments