mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-08-03 07:22:51 +02:00
more dependencies in the build container
This commit is contained in:
parent
b12bc59b57
commit
076ed83b81
2 changed files with 6 additions and 3 deletions
|
@ -21,11 +21,14 @@ RUN apt -y install \
|
||||||
libgoogle-perftools-dev \
|
libgoogle-perftools-dev \
|
||||||
protobuf-compiler \
|
protobuf-compiler \
|
||||||
protobuf-compiler-grpc \
|
protobuf-compiler-grpc \
|
||||||
|
protobuf-c-compiler \
|
||||||
grpc-proto \
|
grpc-proto \
|
||||||
libgrpc++1.51 \
|
libgrpc++1.51 \
|
||||||
libgrpc++-dev \
|
libgrpc++-dev \
|
||||||
libgrpc-dev \
|
libgrpc-dev \
|
||||||
libgrpc29
|
libgrpc29 \
|
||||||
|
cmake \
|
||||||
|
git
|
||||||
|
|
||||||
|
|
||||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||||
|
|
Loading…
Add table
Reference in a new issue