From 9e916aa93f576f7a2b08e0ffaf06b941109d926c Mon Sep 17 00:00:00 2001 From: JMARyA Date: Thu, 17 Apr 2025 08:08:07 +0200 Subject: [PATCH] docker --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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