update dockerfiles
This commit is contained in:
parent
c476e7da31
commit
dfef09161c
@ -8,7 +8,7 @@ RUN apt-get update && \
|
||||
# add-apt-repository
|
||||
software-properties-common \
|
||||
curl \
|
||||
gcc \
|
||||
g++ \
|
||||
wget \
|
||||
git \
|
||||
# evmjit dependencies
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user