add extra repo

repopulate keychain after update
This commit is contained in:
lukas-heiligenbrunner 2024-01-01 17:39:07 +01:00
parent 02fda58db4
commit eb4ca46562

View File

@ -27,8 +27,12 @@ FROM archlinux
# Copy the built binary from the previous stage # Copy the built binary from the previous stage
COPY --from=builder /app/target/release/untitled /usr/local/bin/untitled 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 -Syyu --noconfirm
RUN pacman-key --init && pacman-key --populate
RUN pacman -S --noconfirm base-devel git RUN pacman -S --noconfirm base-devel git
RUN pacman -Sc RUN pacman -Sc