From 176786de5c2b91dcc12c0e3d44587da9ae94d794 Mon Sep 17 00:00:00 2001 From: JMARyA Date: Wed, 23 Apr 2025 23:12:49 +0200 Subject: [PATCH] docker --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 90678c8..4a3d1b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM git.hydrar.de/navos/navos:latest as builder +FROM ubuntu as builder ARG TARGETARCH # Download rootfs -RUN pacman -Syu --noconfirm && pacman -S --noconfirm wget +RUN apt-get update -y && apt-get upgrade -y && apt-get install -y wget RUN mkdir /os && wget -O - "https://navos.hydrar.de/rootfs/${TARGETARCH}/rootfs.tar.xz" | tar --numeric-owner --xattrs --acls -xvJf - -C /os # Copy