Sign inSign up

skilldlabs/aports-build

By skilldlabs

•Updated about 1 month ago

Docker image to build Alpinelinux aports

Image
0

2.0K

skilldlabs/aports-build repository overview

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

Tag summary

Content type

Image

Digest

Size

76.1 MB

Last updated

over 5 years ago

docker pull skilldlabs/aports-build