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