From edb19e2582bfa0c6acafd8a76b62badb577c863f Mon Sep 17 00:00:00 2001 From: JMARyA Date: Thu, 24 Apr 2025 15:29:36 +0200 Subject: [PATCH] ldconfig --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b011bf6..276e644 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ FROM scratch COPY --from=builder /os/ / # Update & remove local keyring -#RUN rm -r /etc/pacman.d/gnupg/ -# RUN pacman -Syu --noconfirm && +RUN ldconfig +RUN pacman -Syu --noconfirm && rm -r /etc/pacman.d/gnupg/ CMD ["/bin/sh"] \ No newline at end of file