only build otlp stuff for central controllers

This commit is contained in:
Grant Limberg 2025-07-11 14:47:58 -07:00
parent 7f835b414a
commit 5c3daca2a0
3 changed files with 14 additions and 4 deletions

View file

@ -16,8 +16,16 @@ RUN apt -y install \
postgresql-client \
postgresql-client-common \
curl \
libcurl4-openssl-dev \
google-perftools \
libgoogle-perftools-dev \
protobuf-compiler
protobuf-compiler \
protobuf-compiler-grpc \
grpc-proto \
libgrpc++1.51 \
libgrpc++-dev \
libgrpc-dev \
libgrpc29
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y