container/Dockerfile
2025-04-17 05:07:49 +02:00

9 lines
154 B
Docker

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