Merge pull request #1512 from General-Beck/patch-18

Update Ubuntu Dockerfile
This commit is contained in:
Arkadiy Paronyan 2016-06-30 22:34:13 +02:00 committed by GitHub
commit 6962e1d211
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ g++ -v
# build parity
RUN git clone https://github.com/ethcore/parity && \
cd parity && \
git checkout master && \
git checkout beta && \
git pull && \
cargo build --release --verbose && \
ls /build/parity/target/release/parity && \