update
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
JMARyA 2025-04-24 18:25:14 +02:00
parent ac65803951
commit 174bad5cbc
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -10,6 +10,6 @@ COPY --from=builder /os/ /
# Update & remove local keyring # Update & remove local keyring
RUN ["/usr/bin/ldconfig"] RUN ["/usr/bin/ldconfig"]
RUN pacman -Syu --noconfirm && rm -r /etc/pacman.d/gnupg/ RUN ["/bin/sh", "-c", "pacman -Syu --noconfirm && rm -r /etc/pacman.d/gnupg/"]
CMD ["/bin/sh"] CMD ["/bin/sh"]