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