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>.
RUN apt-get update && \
apt-get install -y musl-tools
RUN apt-get update && \
apt-get install -y musl-tools
RUN apk add musl
RUN pacman -S --noconfirm musl
RUN apt-get update && \
apt-get install -y musl-tools
RUN apt-get update && \
apt-get install -y musl-tools