ldconfig
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
JMARyA 2025-04-24 15:29:36 +02:00
parent 8d72c87475
commit edb19e2582
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -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"]