Brings a ready-to-use development environment to compile Alpine Linux aports
2.1K
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
Content type
Image
Digest
sha256:dd84fe9f8…
Size
107.5 MB
Last updated
9 days ago
docker pull jrei/aports-dev