Skip to content

Commit

Permalink
install protobuf-compiler on building stage
Browse files Browse the repository at this point in the history
  • Loading branch information
jasl committed Oct 18, 2022
1 parent 40b1c61 commit ce4dcd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thala-dev-node.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WORKDIR /root
RUN apt-get update && \
apt-get install -y apt-utils apt-transport-https software-properties-common readline-common \
curl vim wget gnupg gnupg2 gnupg-agent ca-certificates cmake pkg-config libssl-dev git \
build-essential llvm clang libclang-dev
build-essential llvm clang libclang-dev protobuf-compiler

RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain="${RUST_TOOLCHAIN}" && \
$HOME/.cargo/bin/rustup target add wasm32-unknown-unknown --toolchain "${RUST_TOOLCHAIN}"
Expand Down

0 comments on commit ce4dcd8

Please sign in to comment.