docker
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
JMARyA 2025-04-17 12:00:04 +02:00
parent 9e916aa93f
commit 9a44532b03
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -1,9 +1,9 @@
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 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 FROM scratch
COPY --from=builder /os/ / COPY --from=builder /os/ /