Brings a ready-to-use development environment to compile Alpine Linux aports
To login to the container, we are in a cloned aports directory:
docker run --rm -it -v $PWD:/aports -w /aports jrei/aports-dev
Compile an aport as dev
(who is sudoer):
cd $repository/$package
abuild -rP /tmp
See more instructions in the official wiki