diff --git a/build-image/Dockerfile b/build-image/Dockerfile index d79a8d4..4713dbf 100644 --- a/build-image/Dockerfile +++ b/build-image/Dockerfile @@ -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 @@ -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 && \