Get makepkg working

This commit is contained in:
2025-02-26 19:56:14 -05:00
parent 731a442d7b
commit b2dcfe2b61
4 changed files with 39 additions and 7 deletions

View File

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