diff --git a/Dockerfile b/Dockerfile index 2bab71e..1f367e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ ARG TARGETARCH FROM git.hydrar.de/navos/navos:latest as builder # Download rootfs +RUN pacman -Syu --noconfirm && pacman -S --noconfirm wget RUN mkdir /os && wget -O - "https://navos.hydrar.de/rootfs/${TARGETARCH}/rootfs.tar.xz" | tar --numeric-owner --xattrs --acls -xf - -C /os # Copy