From 24e486410e6f244a59c674d712ce54d6fd49edfa Mon Sep 17 00:00:00 2001 From: prplV Date: Wed, 25 Jun 2025 09:43:15 -0400 Subject: [PATCH] fixed Dockerfile --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ada8997..48efd4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,8 +9,6 @@ COPY . . ENV CARGO_HTTP_DEBUG=true ENV CARGO_HTTP_TIMEOUT=100 -RUN cargo fetch --locked - RUN cargo test --verbose RUN cargo build --release --target=x86_64-unknown-linux-musl