diff --git a/build/deb-rust/Dockerfile b/build/deb-rust/Dockerfile index 19e159f..1be15df 100644 --- a/build/deb-rust/Dockerfile +++ b/build/deb-rust/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /usr/src RUN apt-get update -RUN git clone https://basabuuka.zapto.org/xsiva/rocket-3d.git +RUN git clone https://code.basabuuka.org/xsiva/rocket-3d.git RUN cargo install --path ./rocket-3d