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