docker
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
JMARyA 2025-04-16 08:20:23 +02:00
parent ad2ae9b95e
commit 7d774db363
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -9,7 +9,7 @@ RUN cargo build --release
FROM archlinux
RUN pacman -Syu --noconfirm openssl-1.1 tar xz zstd
RUN pacman -Syu --noconfirm openssl-1.1 tar xz zstd curl base-devel git rsync
COPY --from=builder /app/target/release/pacco /pacco