container/Dockerfile
JMARyA 0d407d7ba7
Some checks failed
ci/woodpecker/push/build Pipeline failed
🚑️ fix
2025-04-17 05:11:03 +02:00

9 lines
165 B
Docker

FROM archlinux as builder
COPY ./pacman.conf /pacman.conf
RUN pacman -Syu navinstall
RUN navinstall create-tar --dir /os
FROM scratch
COPY --from=builder /os/* /