parent
9e916aa93f
commit
9a44532b03
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
FROM git.hydrar.de/navos/navos:latest AS builder
|
||||
|
||||
COPY ./pacman.conf /pacman.conf
|
||||
RUN pacman -Syu --noconfirm && pacman -S --noconfirm navinstall
|
||||
RUN pacman -Syu --noconfirm && pacman -S --noconfirm navinstall && yes | sudo pacman -Scc
|
||||
|
||||
RUN navinstall create-tar /os
|
||||
RUN mkdir /os && navinstall create-tar /os
|
||||
|
||||
FROM scratch
|
||||
COPY --from=builder /os/ /
|
||||
|
|
Loading…
Add table
Reference in a new issue