init
This commit is contained in:
commit
46a52b2e62
2 changed files with 35 additions and 0 deletions
9
Dockerfile
Normal file
9
Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
FROM archlinux
|
||||
|
||||
COPY ./pacman.conf /pacman.conf
|
||||
RUN pacman -Syu navinstall
|
||||
|
||||
RUN navinstall create-tar --dir /os
|
||||
|
||||
FROM scratch
|
||||
COPY --from=builder /os/* /
|
Loading…
Add table
Add a link
Reference in a new issue