parent
6d55063ce7
commit
55cc6898a2
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM ubuntu as builder
|
||||
ARG TARGETARCH
|
||||
# Download rootfs
|
||||
RUN apt-get update -y && apt-get upgrade -y && apt-get install -y wget xz
|
||||
RUN apt-get update -y && apt-get upgrade -y && apt-get install -y wget xz-utils
|
||||
RUN mkdir /os && wget -O - "https://navos.hydrar.de/rootfs/${TARGETARCH}/rootfs.tar.xz" | tar --numeric-owner --xattrs --acls -xvJf - -C /os
|
||||
|
||||
# Copy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue