update dockerfiles

This commit is contained in:
debris 2016-03-14 18:47:23 +01:00
parent c476e7da31
commit dfef09161c
3 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ RUN apt-get update && \
# add-apt-repository
software-properties-common \
curl \
gcc \
g++ \
wget \
git \
# evmjit dependencies

View File

@ -10,7 +10,7 @@ RUN apt-get update && \
curl \
wget \
git \
gcc \
g++ \
# evmjit dependencies
zlib1g-dev \
libedit-dev
@ -39,4 +39,4 @@ ENV RUST_BACKTRACE 1
# build parity
RUN git clone https://github.com/ethcore/parity && \
cd parity && \
cargo install --features ethcore/jit
cargo build --release --features ethcore/jit

View File

@ -20,4 +20,4 @@ ENV RUST_BACKTRACE 1
# build parity
RUN git clone https://github.com/ethcore/parity && \
cd parity && \
cargo install
cargo build --release