When building GCC from source in a Docker container I get the error
GCC
<asm/param.h> no such file or directory.
You need to install the Linux headers via apk add linux-headers.
apk add linux-headers
Related: asm vs asm-generic in linux headers -- are they same