parent
4ef184e48b
commit
d598aaac60
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
ARG TARGETARCH
|
|
||||||
FROM git.hydrar.de/navos/navos:latest as builder
|
FROM git.hydrar.de/navos/navos:latest as builder
|
||||||
|
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 -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue