container/Dockerfile
JMARyA 49d30e95de
Some checks failed
ci/woodpecker/push/build Pipeline failed
navos
2025-04-17 05:12:36 +02:00

9 lines
189 B
Docker

FROM git.hydrar.de/navos/navos:latest AS builder
COPY ./pacman.conf /pacman.conf
RUN pacman -Syu navinstall
RUN navinstall create-tar --dir /os
FROM scratch
COPY --from=builder /os/* /