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