From 63bae46422ce5c16259789e042280a630cc55d7c Mon Sep 17 00:00:00 2001 From: JMARyA Date: Fri, 28 Mar 2025 09:28:40 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20update=20dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5d7f50f..520b4fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN cargo build --release 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