From 34d8498a2c29d66e5b86cca7f43154b8fa8b6168 Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Wed, 15 Feb 2017 21:37:23 +0400 Subject: [PATCH] clean Docker remove RUST tools from Docker [ci-ckip] --- docker/hub/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/hub/Dockerfile b/docker/hub/Dockerfile index 7ab94b3cc..6eaedf62e 100644 --- a/docker/hub/Dockerfile +++ b/docker/hub/Dockerfile @@ -63,6 +63,7 @@ RUN git clone https://github.com/ethcore/parity && \ strip /build/parity/target/release/parity RUN file /build/parity/target/release/parity +RUN rm -rf /root/.cargo&&rm -rf /root/.multirust&&rm -rf /root/.rustup EXPOSE 8080 8545 8180 ENTRYPOINT ["/build/parity/target/release/parity"]