From 4c252f24e86292805c159cb8fd8857b63db115ae Mon Sep 17 00:00:00 2001 From: Balakrishnan Balasubramanian Date: Sat, 8 Feb 2025 15:38:40 -0500 Subject: [PATCH] add sync to pacman --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 95e9e3a..e85a310 100644 --- a/Containerfile +++ b/Containerfile @@ -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