Skip to content

Commit

Permalink
Added missing rust dep. (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
hulto authored Jan 30, 2024
1 parent e800bce commit 46187f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ RUN bash /tmp/library-scripts/rust-debian.sh "${CARGO_HOME}" "${RUSTUP_HOME}" "$
RUN apt update -y \
&& apt install -y protobuf-compiler libprotobuf-dev \
&& go install google.golang.org/protobuf/cmd/[email protected] \
&& go install google.golang.org/grpc/cmd/[email protected]
&& go install google.golang.org/grpc/cmd/[email protected] \
cargo install protobuf-codegen

# [Choice] Node.js version: none, lts/*, 16, 14, 12, 10
ARG NODE_VERSION="lts/*"
Expand Down

0 comments on commit 46187f4

Please sign in to comment.