Dockerfile:
RUN apk add --no-cache --virtual .setusergroups-buildeps abuild build-base git autoconf automake && \
git clone https://github.com/tokuhirom/setusergroups.git /opt/setusergroups && \
(cd /opt/setusergroups && autoreconf -i && ./configure && make && make install) && \
rm -r /opt/setusergroups && \
apk del .setusergroups-buildeps