diff --git a/Dockerfile b/Dockerfile index 54d3d3e..2bfb063 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apt update \ RUN curl https://sh.rustup.rs -o rust \ && sh rust -y -RUN /bin/bash -c "cargo build --release" +RUN /root/.cargo/bin/cargo build --release RUN apt purge curl build-essential libssl-dev pkg-config cargo -y RUN mv /root/target/release/bml_proxy .