mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2026-03-06 05:42:01 -08:00
only build otlp stuff for central controllers
This commit is contained in:
parent
7f835b414a
commit
5c3daca2a0
3 changed files with 14 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue