diff --git a/Dockerfile b/Dockerfile index bf1e90d..e47603e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ FROM git.hydrar.de/navos/navos:latest AS builder COPY ./pacman.conf /pacman.conf -RUN pacman -Syu --noconfirm && pacman -S --noconfirm navinstall +RUN pacman -Syu --noconfirm && pacman -S --noconfirm navinstall && yes | sudo pacman -Scc -RUN navinstall create-tar /os +RUN mkdir /os && navinstall create-tar /os FROM scratch COPY --from=builder /os/ /