Skip to content

Commit

Permalink
chore: add protobuf-compiler system dep 🪄 (#2693)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasna authored Jan 11, 2023
1 parent eebe5fd commit 35600d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/rust-base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
lld \
python3-dev \
jq \
gcc-multilib
gcc-multilib \
protobuf-compiler

# Set environment
ENV PATH="/root/.cargo/bin:${PATH}"
Expand Down

0 comments on commit 35600d3

Please sign in to comment.