Fix alpine docker build (#372)
This patch fixes the docker builds (`./build.sh` and `./build-debug.sh`). Two main things were broken: * Alpine was missing a bcc-devel package. The temporary fix is to clone bcc, build, and install into the container * Static linking against bcc was broken. I've made some cmake config changes to support this.
Showing
Please register or sign in to comment