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
|
||||
# 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 -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
|
||||
FROM scratch
|
||||
|
|
Loading…
Add table
Reference in a new issue