Merge pull request #1504 from General-Beck/patch-10

Update Ubuntu-jit Dockerfile
This commit is contained in:
Nikolay Volf 2016-07-01 00:15:21 +04:00 committed by GitHub
commit ff0d8ea868
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ g++ -v
# build parity
RUN git clone https://github.com/ethcore/parity && \
cd parity && \
git checkout master && \
git pull && \
cargo build --release --features ethcore/jit --verbose && \
ls /build/parity/target/release/parity && \
strip /build/parity/target/release/parity