Skip to content

Dockerfile for yaourt, an package manager for Arch Linux with AUR support.

License

Notifications You must be signed in to change notification settings

t13a/dockerfile-yaourt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Yaourt

Dockerfile for Yaourt, an package manager for Arch Linux with AUR support.

Usage

Same as yaourt command line options. The package archive file will be saved in /pkg directory.

docker run --rm -v $(pwd)/pkg:/pkg t13a/yaourt -S --noconfirm PACKAGE

Also can specify process UID/GID, archive source, build multiple packages.

docker run --rm \
-e PUID=1001 \
-e PGID=1002 \
-v $(pwd)/pkg:/pkg \
-v $(pwd)/src:/src \
-v $(pwd)/srcpkg:/srcpkg \
t13a/yaourt \
-S --noconfirm \
PACKAGE...

About

Dockerfile for yaourt, an package manager for Arch Linux with AUR support.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages