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