Skip to content

Commit

Permalink
doc: Add docker-buildx to requirements
Browse files Browse the repository at this point in the history
The Docker buildx plugin is required as part of make image - it may or
not be installed by a users docker installation.

Signed-off-by: SimonB <simonb@kaizo.org>
  • Loading branch information
SimonB authored and mtardy committed Jul 23, 2024
1 parent 358f397 commit 6680baa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ For local development, you will likely want to build and run bare-metal Tetragon
- A Go toolchain with the [version specified in the main `go.mod`](https://github.com/cilium/tetragon/blob/main/go.mod#L4);
- GNU make;
- A running Docker service (you can use Podman as well);
- The [docker-buildx-plugin](https://github.com/docker/buildx?tab=readme-ov-file#linux-packages) (you may already have this);
- For building tests, `libcap` and `libelf` (in Debian systems, e.g., install
`libelf-dev` and `libcap-dev`).

Expand Down

0 comments on commit 6680baa

Please sign in to comment.