Dockerfile optimization

This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-05-12 19:41:40 +03:00
parent 2166af9838
commit 4ed82a2420
1 changed files with 0 additions and 5 deletions

View File

@ -21,11 +21,6 @@ RUN apt-get update && \
curl https://sh.rustup.rs -sSf | sh -s -- -y && \
# rustup directory
PATH=/root/.cargo/bin:$PATH && \
# show tools
rustc -vV && \
cargo -V && \
gcc -v && \
g++ -v && \
# show backtraces
RUST_BACKTRACE=1 && \
# build pbtc-ubuntu