Skip to content

Commit 72cb7e1

Browse files
committed
rtbh build-essential requirement
1 parent 7b71507 commit 72cb7e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clab/rtbh/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Read a [blog post](https://blogs.keysight.com/blogs/tech/traf-gen.entry.html/202
1111
## Prerequisites
1212

1313
* 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
1515
* [Docker](https://docs.docker.com/engine/install/)
1616
* [Containerlab](https://containerlab.dev/install/)
1717
* 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
107107
--tags=otg-demo
108108
109109
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
111111
bash -c "$(curl -sL https://get.containerlab.dev)"
112112
```
113113

0 commit comments

Comments
 (0)