Build a programm using the Arch User Repository. The container automatically installs build dependency if necessary.
You can find the programm in the folder pkg after build
exmaple docker-compose.yml
version: '3'
services:
aur:
image: lukas1818/aur-builder
volumes:
- ./build:/home/build/build
#must be owned by user with uid 1000
environment:
PACKAGE_NAME: package_name
Content type
Image
Digest
Size
296.9 MB
Last updated
over 6 years ago
docker pull lukas1818/aur-builder