clean Docker

remove RUST tools from Docker
[ci-ckip]
This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-02-15 21:37:23 +04:00 committed by GitHub
parent ff2c4d1178
commit 34d8498a2c
1 changed files with 1 additions and 0 deletions

View File

@ -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"]