https://github.com/computermouth/crunchpine
https://github.com/computermouth/crunchpine
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/computermouth/crunchpine
- Owner: computermouth
- Created: 2019-02-13T19:28:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-07T23:40:38.000Z (over 4 years ago)
- Last Synced: 2025-03-30T09:25:57.242Z (about 1 year ago)
- Language: Shell
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## to build
```
docker build -t abuild .
docker run --privileged --cap-add=ALL -v /proc:/proc -v /sys:/sys -it -v $PWD:/home/build/aports/scripts/mnt --rm abuild
```