ZeroTierOne/ext/central-controller-docker/Dockerfile.run_base
2025-05-13 13:11:27 -07:00

17 lines
276 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