fix
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
JMARyA 2025-04-23 23:17:48 +02:00
parent 6d55063ce7
commit 55cc6898a2
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -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