Skip to content

Commit

Permalink
Merge pull request #4 from peaqnetwork/bug/1205231289805269_build_fail
Browse files Browse the repository at this point in the history
Fix the build fail
  • Loading branch information
sfffaaa authored Aug 30, 2023
2 parents b6b2599 + 1d2259b commit cd6d3c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get update && \
ca-certificates curl file \
build-essential \
git clang curl libssl-dev llvm libudev-dev cmake \
autoconf automake autotools-dev libtool xutils-dev && \
autoconf automake autotools-dev libtool xutils-dev protobuf-compiler && \
rm -rf /var/lib/apt/lists/*

ENV SSL_VERSION=1.0.2u
Expand All @@ -37,6 +37,7 @@ RUN rustup update
RUN rustup update nightly
RUN rustup target add wasm32-unknown-unknown --toolchain nightly
RUN cargo install --git https://github.com/paritytech/cachepot
RUN cargo install cargo-expand --locked --version 1.0.34

RUN rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu && \
apt-get update && \
Expand Down

0 comments on commit cd6d3c6

Please sign in to comment.