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
- Host: GitHub
- URL: https://github.com/rnbguy/archlinux-yay-docker
- Owner: rnbguy
- License: mit
- Created: 2021-07-26T03:23:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-27T17:42:23.000Z (almost 4 years ago)
- Last Synced: 2025-10-13T12:04:25.194Z (8 months ago)
- Language: Dockerfile
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```