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

This commit is contained in:
JMARyA 2025-04-24 10:24:54 +00:00
parent 182b7d798c
commit 8d72c87475

View file

@ -9,7 +9,7 @@ FROM scratch
COPY --from=builder /os/ /
# Update & remove local keyring
RUN rm -r /etc/pacman.d/gnupg/
#RUN rm -r /etc/pacman.d/gnupg/
# RUN pacman -Syu --noconfirm &&
CMD ["/bin/sh"]