parent
49d30e95de
commit
6cd53770da
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ FROM git.hydrar.de/navos/navos:latest AS builder
|
|||
COPY ./pacman.conf /pacman.conf
|
||||
RUN pacman -Syu navinstall
|
||||
|
||||
RUN navinstall create-tar --dir /os
|
||||
RUN navinstall create-tar /os
|
||||
|
||||
FROM scratch
|
||||
COPY --from=builder /os/* /
|
||||
COPY --from=builder /os/ /
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue