Skip to content

skilld-labs/aports-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

463aa4b · Feb 12, 2023

History

12 Commits
Sep 13, 2018
Sep 13, 2018
Aug 14, 2018
Aug 14, 2018
Mar 26, 2019
Feb 12, 2023
May 6, 2020
Oct 31, 2018

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