container/Dockerfile
JMARyA 6cd53770da
Some checks failed
ci/woodpecker/push/build Pipeline failed
🚑️ fix
2025-04-17 05:14:51 +02:00

9 lines
182 B
Docker

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