Skip to content

Commit

Permalink
rtbh build-essential requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
bortok committed Jan 12, 2023
1 parent 7b71507 commit 72cb7e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clab/rtbh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Read a [blog post](https://blogs.keysight.com/blogs/tech/traf-gen.entry.html/202
## Prerequisites

* Linux host or VM with sudo permissions and Docker support. See [some ready-to-use options below](#options-for-linux-vm-deployment-for-containerlab)
* `git` - how to install depends on your Linux distro.
* `git` and `build-essential` packages - how to install depends on your Linux distribution
* [Docker](https://docs.docker.com/engine/install/)
* [Containerlab](https://containerlab.dev/install/)
* Access to the Linux host from your computer over TCP ports 22 (SSH), 8008 (DDoS Protect Dashboard) and 8080 (Graphite topology visualization)
Expand Down Expand Up @@ -107,7 +107,7 @@ sudo -E containerlab destroy -t topo.yml
--tags=otg-demo
gcloud compute ssh otg-demo
sudo apt update && sudo apt install docker.io -y
sudo apt update && sudo apt install docker.io build-essential -y
bash -c "$(curl -sL https://get.containerlab.dev)"
```
Expand Down

0 comments on commit 72cb7e1

Please sign in to comment.