alpine-repo/README.md
2021-04-17 15:26:31 +02:00

364 B

alpine-repo

Building packages

The recommended way for building the packages is Docker.

Setup:

  • ensure that you have the private key in .abuild/
  • build the image using docker build -t builder .
  • sync the current repo to a directory called out
docker run --rm -it -v "$(pwd):/pwd" -v "$(pwd)/out:/mnt/alpine" -w "/pwd" builder build.sh