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

This commit is contained in:
JMARyA 2025-04-26 00:55:48 +02:00
parent c2f3a8ddad
commit 43001a0b9e
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -9,7 +9,7 @@ RUN cargo build --release
FROM git.hydrar.de/navos/navos:latest
RUN pacman -Syu --noconfirm && pacman -Syu --noconfirm openssl-1.1 tar xz zstd curl base-devel git rsync
RUN pacman-key --init && pacman-key --populate archlinux && pacman-key --populate navos && pacman -Syu --noconfirm && pacman -Syu --noconfirm openssl-1.1 tar xz zstd curl base-devel git rsync
COPY --from=builder /app/target/release/pacco /usr/bin/pacco