From abac91df4e0473238646843419f1228ebde190cb Mon Sep 17 00:00:00 2001 From: icsboyx Date: Tue, 6 Jan 2026 14:43:32 +0100 Subject: [PATCH] Remove git clone command from Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 62cf260..ac0afb7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,5 +21,4 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y ENV PATH="/root/.cargo/bin:${PATH}" WORKDIR /data -RUN git clone https://git.qosnet.it/icsboyx/bhs.git CMD cargo build --release && cp ./target/release/black_hole_share /usr/local/bin/black_hole_share && black_hole_share; \ No newline at end of file