parent
02b9f638e8
commit
4ef184e48b
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
FROM git.hydrar.de/navos/navos:latest as builder
|
FROM git.hydrar.de/navos/navos:latest as builder
|
||||||
# Download rootfs
|
# 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
|
RUN mkdir /os && wget -O - "https://navos.hydrar.de/rootfs/${TARGETARCH}/rootfs.tar.xz" | tar --numeric-owner --xattrs --acls -xf - -C /os
|
||||||
|
|
||||||
# Copy
|
# Copy
|
||||||
|
|
Loading…
Add table
Reference in a new issue