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