From 55cc6898a20a0b306822c4c865f5af17387c06d8 Mon Sep 17 00:00:00 2001
From: JMARyA <jmarya@hydrar.de>
Date: Wed, 23 Apr 2025 23:17:48 +0200
Subject: [PATCH] fix

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index f07c65d..b127743 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
 FROM ubuntu as builder
 ARG TARGETARCH
 # Download rootfs
-RUN apt-get update -y && apt-get upgrade -y && apt-get install -y wget xz
+RUN apt-get update -y && apt-get upgrade -y && apt-get install -y wget xz-utils
 RUN mkdir /os && wget -O - "https://navos.hydrar.de/rootfs/${TARGETARCH}/rootfs.tar.xz" | tar --numeric-owner --xattrs --acls -xvJf - -C /os
 
 # Copy