parent
67a3750fb3
commit
176786de5c
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM git.hydrar.de/navos/navos:latest as builder
|
||||
FROM ubuntu as builder
|
||||
ARG TARGETARCH
|
||||
# Download rootfs
|
||||
RUN pacman -Syu --noconfirm && pacman -S --noconfirm wget
|
||||
RUN apt-get update -y && apt-get upgrade -y && apt-get install -y wget
|
||||
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