add sync to pacman

This commit is contained in:
Balakrishnan Balasubramanian 2025-02-08 15:38:40 -05:00
parent 12ef90ba53
commit 4c252f24e8

View File

@ -8,7 +8,7 @@ COPY sudoers /etc/sudoers.d/builder
RUN echo "169.254.1.2 archmirror.i.balki.me" >> /etc/hosts
RUN pacman -S --noconfirm git
RUN pacman -Sy --noconfirm git
RUN useradd builder -m