parent
b7c9a84dfb
commit
10f20de9e8
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
FROM git.hydrar.de/navos/navos:latest
|
FROM git.hydrar.de/navos/navos:latest
|
||||||
# Download rootfs
|
# Download rootfs
|
||||||
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
|
||||||
FROM scratch
|
FROM scratch
|
||||||
|
|
Loading…
Add table
Reference in a new issue