Add DEBUG_SHELL and fix initial pull

This commit is contained in:
2025-02-27 11:51:57 -05:00
parent b2dcfe2b61
commit 552e9dd666
2 changed files with 8 additions and 3 deletions

View File

@ -7,11 +7,12 @@ 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
RUN echo "169.254.1.2 archmirror.i.balki.me" >> /etc/hosts
COPY mirrorlist /etc/pacman.d/mirrorlist
RUN pacman -Sy --noconfirm git
COPY mirrorlist /etc/pacman.d/mirrorlist
RUN useradd builder -m