1. Save output along with log inside output directory
2. Remove wip yay support
This commit is contained in:
2025-03-27 13:56:35 -04:00
parent 9ac300e528
commit 1d46cde88b
4 changed files with 27 additions and 34 deletions

View File

@ -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