Docker makepkg builder 26 January 2020, 05:51:16 I created a docker makepkg builder if anyone wants to keep their system clean.https://hub.docker.com/r/ndowens2004/artix-buildHow to use: lets say you want to package yay: git clone https://aur.archlinux.org/yayNow you can either cd into the yay dir or build from outsideFrom Outside dir:docker run --rm -v $(pwd)/yay/:/pkg ndowens2004/artix-buildInside yay dir:docker run --rm -v $(pwd):/pkg ndowens2004/artix-build Last Edit: 27 January 2020, 00:29:47 by ndowens 2 Likes