greyltc-org / docker-archlinux-aur

The Official Arch Linux Docker image after installing an AUR helper.
GNU General Public License v3.0
84 stars 14 forks source link
archlinux aur devel docker docker-archlinux-aur dockerfile paru yay

Tag commit and build containers
archlinux-aur

The Official Arch Linux Docker image after installing an AUR helper. (containers for both yay and paru)

To install stuff in a container based on this project you can put something like the following in your Dockerfile:

RUN aur-install aur-package1 aur-package2 non-aur-package3

Do this to poke around inside the container if you'd like:

docker run --name checkitout --pull=always --interactive --tty ghcr.io/greyltc-org/archlinux-aur bash