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