https://github.com/skilld-labs/aports-build
Docker image to build aports
https://github.com/skilld-labs/aports-build
Last synced: 3 months ago
JSON representation
Docker image to build aports
- Host: GitHub
- URL: https://github.com/skilld-labs/aports-build
- Owner: skilld-labs
- Created: 2018-03-29T21:34:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-12T02:21:06.000Z (over 2 years ago)
- Last Synced: 2025-03-13T07:02:25.363Z (3 months ago)
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Inside directory with `APKBUILD` file use to run `abuild -r` previously use `apk update` to fetch fresh packages
You could use following `Makefile` to inside directory with aports https://github.com/alpinelinux/aports
```
.PHONY: runall: run
IMAGE := skilldlabs/aports-build:edge
run:
docker run --rm -it -v $(shell pwd):/mnt --network host $(IMAGE) ash
```