You've already forked aur_builder
Cleanup
1. Save output along with log inside output directory 2. Remove wip yay support
This commit is contained in:
@ -5,7 +5,6 @@ LABEL Description="Container to build archlinux packages"
|
||||
COPY makepkg.conf /etc/makepkg.conf.d/custom.conf
|
||||
COPY sudoers /etc/sudoers.d/builder
|
||||
COPY run.sh /run.sh
|
||||
# COPY ./yay /usr/bin/yay
|
||||
|
||||
RUN echo "169.254.1.2 archmirror.i.balki.me" >> /etc/hosts
|
||||
|
||||
@ -13,7 +12,6 @@ COPY mirrorlist /etc/pacman.d/mirrorlist
|
||||
|
||||
RUN pacman -Sy --noconfirm git
|
||||
|
||||
|
||||
RUN useradd builder -m
|
||||
|
||||
WORKDIR /home/builder
|
||||
|
Reference in New Issue
Block a user