This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Compiling and installaing cilium (agent) | |
sudo apt install -y git gcc make bison flex build-essential clang llvm cmake libelf-dev iproute2 libssl-dev curl wget pkg-config linux-headers-$(uname -r) | |
clang --version | |
llvm-config --version | |
cmake --version | |
# Add Docker's official GPG key: | |
sudo apt-get update |