mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-08-02 15:02:50 +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
|
||||||
|
|
|
@ -10,7 +10,7 @@ buildx:
|
||||||
@echo docker buildx inspect --bootstrap
|
@echo docker buildx inspect --bootstrap
|
||||||
|
|
||||||
controller-builder: buildx
|
controller-builder: buildx
|
||||||
docker buildx build --no-cache --platform linux/amd64,linux/arm64 -t $(registry)/ctlbuild:$(shell date +"%Y-%m-%d") -f Dockerfile.builder . --push
|
docker buildx build --no-cache --platform linux/amd64,linux/arm64 -t $(registry)/ctlbuild:$(shell date +"%Y-%m-%d") -f Dockerfile.builder . --push
|
||||||
|
|
||||||
controller-runbase: buildx
|
controller-runbase: buildx
|
||||||
docker buildx build --no-cache --platform linux/amd64,linux/arm64 -t $(registry)/ctlrun:$(shell date +"%Y-%m-%d") -f Dockerfile.run_base . --push
|
docker buildx build --no-cache --platform linux/amd64,linux/arm64 -t $(registry)/ctlrun:$(shell date +"%Y-%m-%d") -f Dockerfile.run_base . --push
|
||||||
|
|
Loading…
Add table
Reference in a new issue