From eb4ca46562a990d14bbd7d5d3d11b5d155ab3730 Mon Sep 17 00:00:00 2001 From: lukas-heiligenbrunner Date: Mon, 1 Jan 2024 17:39:07 +0100 Subject: [PATCH] add extra repo repopulate keychain after update --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 2fbe4b0..65aa0fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,8 +27,12 @@ FROM archlinux # Copy the built binary from the previous stage COPY --from=builder /app/target/release/untitled /usr/local/bin/untitled +RUN echo " \ +[extra]\ +Include = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf RUN pacman -Syyu --noconfirm +RUN pacman-key --init && pacman-key --populate RUN pacman -S --noconfirm base-devel git RUN pacman -Sc