~dricottone/container-images

ref: e75d58be86199cedfca46c093b45f8463052a9a4 container-images/apkbuilder/build.sh -rwxr-xr-x 119 bytes
e75d58beDominic Ricottone Re-fixing encryption 1 year, 4 months ago
                                                                                
1
2
3
4
5
6
7
8
#!/bin/sh
cd src/$1 || exit 1
sudo apk update
. APKBUILD
abuild checksum || exit 1
ulimit -n 1024
abuild -r || exit 1