diff --git a/Dockerfile b/Dockerfile index 805c3a6..bf1e90d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,10 @@ FROM git.hydrar.de/navos/navos:latest AS builder COPY ./pacman.conf /pacman.conf -RUN pacman -Syu navinstall +RUN pacman -Syu --noconfirm && pacman -S --noconfirm navinstall RUN navinstall create-tar /os FROM scratch COPY --from=builder /os/ / +CMD ["/bin/sh"] \ No newline at end of file