🚑️ fix
Some checks failed
ci/woodpecker/push/build Pipeline failed

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

View file

@ -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