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

This commit is contained in:
JMARyA 2025-04-24 18:05:49 +02:00
parent edb19e2582
commit ac65803951
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

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