Skip to content

Base Arch Linux docker image with base-devel group and pacaur installed.

Notifications You must be signed in to change notification settings

Jazz-Man/docker-archlinux-aur

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 

Repository files navigation

docker-archlinux-aur

This is exactly the same as https://github.com/greyltc/docker-archlinux with the following exception:

Containers based on this one can use the following to install PACKAGE from the AUR:

su docker -c 'yay -S --noprogressbar --needed --noconfirm PACKAGE'

So in your Dockerfile, that would look like:

RUN su docker -c 'yay -S --noprogressbar --needed --noconfirm PACKAGE'

About

Base Arch Linux docker image with base-devel group and pacaur installed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 80.0%
  • Dockerfile 20.0%