🐳 update dockerfile
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
JMARyA 2025-03-28 09:28:40 +01:00
parent 872ddf54dc
commit 63bae46422
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

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