Skip to content

Commit

Permalink
Merge pull request openethereum#1511 from General-Beck/patch-17
Browse files Browse the repository at this point in the history
Update Ubuntu-jit Dockerfile
  • Loading branch information
arkpar authored Jun 30, 2016
2 parents 6962e1d + c8c7fbb commit 91efef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ubuntu-jit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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 --features ethcore/jit --verbose && \
ls /build/parity/target/release/parity && \
Expand Down

0 comments on commit 91efef8

Please sign in to comment.