Skip to content

skilld-labs/aports-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: run

all: run

IMAGE := skilldlabs/aports-build:edge

run:
    docker run --rm -it -v $(shell pwd):/mnt --network host $(IMAGE) ash

About

Docker image to build aports

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published