Add a little helper script to setup the env

This commit is contained in:
Aaron Fischer 2023-12-04 08:22:38 +01:00
commit 8e41725602
2 changed files with 11 additions and 0 deletions

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# AlpineLinux abuild Workshop
* [Wiki page for creating AlpineLinux packages](https://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package)

8
abuild.sh Executable file
View file

@ -0,0 +1,8 @@
#!/bin/sh
sudo docker run -i \
-v ./keys:/etc/apk/keys \
-v ./cache:/var/cache/distfiles \
-v ./home:/home/buildozer \
-t alpinelinux/build-base:latest \
/bin/ash