more dependencies in the build container

This commit is contained in:
Grant Limberg 2025-07-14 13:34:03 -07:00
parent b12bc59b57
commit 076ed83b81
2 changed files with 6 additions and 3 deletions

View file

@ -21,11 +21,14 @@ RUN apt -y install \
libgoogle-perftools-dev \
protobuf-compiler \
protobuf-compiler-grpc \
protobuf-c-compiler \
grpc-proto \
libgrpc++1.51 \
libgrpc++-dev \
libgrpc-dev \
libgrpc29
libgrpc29 \
cmake \
git
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y