Skip to content

chrert/docker-arch-yaourt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

docker-arch-yaourt

This is a simple docker image based on l3iggs/archlinux that provides aur access via yaourt.

Usage

Here's a simple example how to use this baseimage:

FROM chrert/arch-yaourt
MAINTAINER Your name

USER yaourt
RUN yaourt --noconfirm -Sa SOME_AUR_PACKAGE

# remove user yaourt (for security reasons)
USER root
RUN userdel -r yaourt && rm /etc/sudoers.d/yaourt

About

A simple docker base image that provides aur access via yaourt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published