ARG target_arch=x86_64-linux-musl
FROM muslcc/x86_64:$target_arch as builder
RUN apk --no-cache add make
