This commit is contained in:
parent
eda5ce6a83
commit
ae86fd8b0f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM git.hydrar.de/navos/navos:latest as builder
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
# Download rootfs
|
# Download rootfs
|
||||||
RUN pacman -Syu --noconfirm && pacman -S --noconfirm wget
|
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 -xJf - -C /os
|
RUN mkdir /os && wget -O - "https://navos.hydrar.de/rootfs/${TARGETARCH}/rootfs.tar.xz" | tar --numeric-owner --xattrs --acls -xvJf - -C /os
|
||||||
|
|
||||||
# Copy
|
# Copy
|
||||||
FROM scratch
|
FROM scratch
|
||||||
|
|
Loading…
Add table
Reference in a new issue