Build aport packages for x86_64 using docker
212
This docker image simplifies the building of aport images for x86_64.
Everthing required to build a package is in the image, so the host system is not modified in any way.
Usage:
docker run -it --rm \
-v $(pwd):/aports \
-v $(pwd)/packages:/home/build/packages \
--user build --workdir /aports \
micwy/aport-builder-x86_64:latest \
testing/mypackage
Content type
Image
Digest
Size
65.5 MB
Last updated
over 5 years ago
docker pull micwy/aport-builder-x86_64