Build-base is pretty much the same as the build-essentials in Debian-based systems. It will provide the tools needed for building the kernel modules. Let’s see how to install build-base
on Alpine Linux.
Prerequisites
- Alpine Linux
Install build-base on Alpine Linux
Step 1. Update the apk
packages.
sudo apk update
Step 2. Install build-base
.
sudo apk add build-base
Conclusion
Feel free to leave a comment below and if you find this tutorial useful, follow our official channel on Telegram.