parent
6cd53770da
commit
9e916aa93f
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
|||
FROM git.hydrar.de/navos/navos:latest AS builder
|
||||
|
||||
COPY ./pacman.conf /pacman.conf
|
||||
RUN pacman -Syu navinstall
|
||||
RUN pacman -Syu --noconfirm && pacman -S --noconfirm navinstall
|
||||
|
||||
RUN navinstall create-tar /os
|
||||
|
||||
FROM scratch
|
||||
COPY --from=builder /os/ /
|
||||
CMD ["/bin/sh"]
|
Loading…
Add table
Reference in a new issue