This image helps you to build any package from AUR (https://aur.archlinux.org) without the need to have compilation tools installed on your local system
Example:
docker run -v ./pkg:/pkg --ulimit "nofile=1024:1048576" warmos/yay -S vmware-workstation16
This will download all needed packages/dependencies and compiles them into output directory ./pkg
The --ulimit param is not mandatory but speeds up fakeroot binary.
Arm64 is supported too
Content type
Image
Digest
sha256:55fd81d1c…
Size
319.7 MB
Last updated
almost 2 years ago
docker pull warmos/yay