cirocosta / estaleiro

building container images with bill of materials
Apache License 2.0
2 stars 0 forks source link

cmd: support keys from `apt-key adv --keyserver` #26

Open cirocosta opened 5 years ago

cirocosta commented 5 years ago

Some providers offer their keys using apt-key adv --keyserver:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4052245BD4284CDD
echo "deb https://repo.iovisor.org/apt/$(lsb_release -cs) $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/iovisor.list
sudo apt-get update
sudo apt-get install bcc-tools libbcc-examples linux-headers-$(uname -r)

https://github.com/iovisor/bcc/blob/master/INSTALL.md