update dockerfiles
This commit is contained in:
parent
c476e7da31
commit
dfef09161c
@ -8,7 +8,7 @@ RUN apt-get update && \
|
|||||||
# add-apt-repository
|
# add-apt-repository
|
||||||
software-properties-common \
|
software-properties-common \
|
||||||
curl \
|
curl \
|
||||||
gcc \
|
g++ \
|
||||||
wget \
|
wget \
|
||||||
git \
|
git \
|
||||||
# evmjit dependencies
|
# evmjit dependencies
|
||||||
|
@ -10,7 +10,7 @@ RUN apt-get update && \
|
|||||||
curl \
|
curl \
|
||||||
wget \
|
wget \
|
||||||
git \
|
git \
|
||||||
gcc \
|
g++ \
|
||||||
# evmjit dependencies
|
# evmjit dependencies
|
||||||
zlib1g-dev \
|
zlib1g-dev \
|
||||||
libedit-dev
|
libedit-dev
|
||||||
@ -39,4 +39,4 @@ ENV RUST_BACKTRACE 1
|
|||||||
# build parity
|
# build parity
|
||||||
RUN git clone https://github.com/ethcore/parity && \
|
RUN git clone https://github.com/ethcore/parity && \
|
||||||
cd parity && \
|
cd parity && \
|
||||||
cargo install --features ethcore/jit
|
cargo build --release --features ethcore/jit
|
||||||
|
@ -20,4 +20,4 @@ ENV RUST_BACKTRACE 1
|
|||||||
# build parity
|
# build parity
|
||||||
RUN git clone https://github.com/ethcore/parity && \
|
RUN git clone https://github.com/ethcore/parity && \
|
||||||
cd parity && \
|
cd parity && \
|
||||||
cargo install
|
cargo build --release
|
||||||
|
Loading…
Reference in New Issue
Block a user