From 90a4475f526537ddecc085e9ee1155047ce4abeb Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Fri, 1 Jul 2016 03:10:58 +0700 Subject: [PATCH] Update CentOS Dockerfile [ci skip] --- docker/centos/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/centos/Dockerfile b/docker/centos/Dockerfile index 56015422c..ea0571cca 100644 --- a/docker/centos/Dockerfile +++ b/docker/centos/Dockerfile @@ -20,6 +20,8 @@ g++ -v # build parity RUN git clone https://github.com/ethcore/parity && \ cd parity&&\ + git checkout master && \ + git pull && \ ls -a&&\ cargo build --release --verbose && \ ls /build/parity/target/release/parity && \