apparently that was needed

This commit is contained in:
Shihaam Abdul Rahman 2022-09-24 04:23:59 +05:00
parent 1d2324ad0a
commit dd6d2e13e5
Signed by: shihaam
GPG Key ID: 3B007D22E5584980

View File

@ -14,7 +14,7 @@ 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 .
RUN rm -rfv Cargo.lock Cargo.toml libs rust src Dockerfile \
RUN rm -rfv Cargo.lock Cargo.toml rust src Dockerfile \
docker-compose.yml rustup .cargo target .git .gitignore .rustup
RUN cp -v bashrc .bashrc && cp -v profile .profile