mirror of
https://github.com/uditkarode/bml-proxy.git
synced 2025-02-23 09:42:12 +00:00
tash removal
This commit is contained in:
parent
37f834b196
commit
1d2324ad0a
@ -4,6 +4,7 @@ WORKDIR /root
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
RUN cp -v .bashrc bashrc && cp .profile profile
|
||||||
RUN apt update \
|
RUN apt update \
|
||||||
&& apt install curl build-essential libssl-dev pkg-config -y --no-install-recommends
|
&& apt install curl build-essential libssl-dev pkg-config -y --no-install-recommends
|
||||||
|
|
||||||
@ -13,5 +14,9 @@ RUN /root/.cargo/bin/cargo build --release
|
|||||||
RUN apt purge curl build-essential libssl-dev pkg-config cargo -y
|
RUN apt purge curl build-essential libssl-dev pkg-config cargo -y
|
||||||
|
|
||||||
RUN mv /root/target/release/bml_proxy .
|
RUN mv /root/target/release/bml_proxy .
|
||||||
RUN rm -rfv Cargo.lock Cargo.toml .bashrc libs rust src Dockerfile docker-compose.yml rustup .cargo target .git .gitignore .rustup
|
RUN rm -rfv Cargo.lock Cargo.toml libs rust src Dockerfile \
|
||||||
|
docker-compose.yml rustup .cargo target .git .gitignore .rustup
|
||||||
|
|
||||||
|
RUN cp -v bashrc .bashrc && cp -v profile .profile
|
||||||
|
|
||||||
CMD ["./bml_proxy"]
|
CMD ["./bml_proxy"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user