ZeroTierOne/ext/central-controller-docker/Dockerfile.run_base
Grant Limberg 5c3daca2a0
Some checks are pending
/ build_macos (push) Waiting to run
/ build_windows (push) Waiting to run
/ build_ubuntu (push) Waiting to run
only build otlp stuff for central controllers
2025-07-11 14:47:58 -07:00

19 lines
313 B
Text

FROM debian:bookworm
RUN apt update && apt upgrade -y
RUN apt -y install \
netcat-traditional \
postgresql-client \
postgresql-client-common \
libjemalloc2 \
libpq5 \
curl \
binutils \
perf-tools-unstable \
google-perftools \
gnupg \
libgrpc++1.51 \
libgrpc29