From b0934e8e87b0d91956bc56c6ca0b41ded75c8e07 Mon Sep 17 00:00:00 2001 From: gigirassy Date: Thu, 28 May 2026 18:41:26 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8eb5d0b..660d220 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /app COPY Cargo.toml . COPY src ./src -RUN .cargo/bin/rustup rustup target add x86_64-unknown-linux-musl +RUN ~/.cargo/bin/rustup target add x86_64-unknown-linux-musl RUN RUSTFLAGS="-Ctarget-feature=+crt-static" cargo build --release --target x86_64-unknown-linux-musl