Alpine is a Linux distribution that I guess it must have the header files. How to solve it in alpine container?
CodePudding user response:
linux-headers should be installed exlicitly in alpine linux.
apk add linux-headers

Alpine is a Linux distribution that I guess it must have the header files. How to solve it in alpine container?
CodePudding user response:
linux-headers should be installed exlicitly in alpine linux.
apk add linux-headers