You've already forked aur_builder
Get makepkg working
This commit is contained in:
@ -5,6 +5,7 @@ LABEL Description="Container to build archlinux packages"
|
||||
COPY packager.conf /etc/makepkg.conf.d/packager.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
|
||||
|
||||
@ -14,7 +15,7 @@ COPY mirrorlist /etc/pacman.d/mirrorlist
|
||||
|
||||
RUN useradd builder -m
|
||||
|
||||
WORKDIR /w
|
||||
WORKDIR /home/builder
|
||||
|
||||
USER builder
|
||||
|
||||
|
Reference in New Issue
Block a user