An open API service indexing awesome lists of open source software.

https://github.com/rnbguy/archlinux-yay-docker

Archlinux with yay
https://github.com/rnbguy/archlinux-yay-docker

Last synced: 4 months ago
JSON representation

Archlinux with yay

Awesome Lists containing this project

README

          

# `archlinux:base-devel` with yay

A Github workflow will push a fresh build to Docker Hub daily.
So this image is never outdated.

## Docker pull command

```
docker pull rnbguy/archlinux-yay
```

## Instruction

`yay` must be executed as a non-root user. The image comes with an `aur` user. To install `neovim-git` from AUR, execute

```
sudo -u aur yay -S neovim-git
```