ARG builder_image
FROM $builder_image
RUN apk add gcc musl-dev make git --no-cache