Ubuntu – Compiling eBPF program in Docker fails due to missing '__u64' type
I'm trying to compile an eBPF program inside a Docker container based on an ARM64 Ubuntu 20.04 image. I'm encountering a compilation error where the clang compiler cannot find the definition for the __u64 type, which should be provided by…