Add a little helper script to setup the env
This commit is contained in:
commit
8e41725602
2 changed files with 11 additions and 0 deletions
3
README.md
Normal file
3
README.md
Normal 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
8
abuild.sh
Executable 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
|
Loading…
Reference in a new issue