Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

connecteurs/aports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alpine Ports

Test locally if a package can build using:

# configuration
PACKAGE_NAME=cyrus-sasl
REPOSITORY=main

# run the build
docker run --rm -P -it \
  -v$(pwd)/${REPOSITORY}:/home/builder/aports \
  --workdir /home/builder/aports/${PACKAGE_NAME} \
  --name docker-abuild alpinelinux/docker-abuild -r

License

This program is free software and is distributed under AGPLv3+ License.