Merge pull request #1508 from General-Beck/patch-14

Update CentOS Dockerfile
This commit is contained in:
Arkadiy Paronyan 2016-06-30 22:33:55 +02:00 committed by GitHub
commit dd62e2d43b

View File

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