musl-gcc

A wrapper around gcc that automatically sets options for linking against musl libc. All options specified are passed directly to gcc. More information: <https://manned.org/musl-gcc>.

Debian Debian
RUN apt-get update && \ apt-get install -y musl-tools
Ubuntu
RUN apt-get update && \ apt-get install -y musl-tools
Alpine
RUN apk add musl
Arch Arch Linux
RUN pacman -S --noconfirm musl
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y musl-tools
Raspbian
RUN apt-get update && \ apt-get install -y musl-tools
click the source code to copy install musl-gcc on any operating system with command-not-found.com