mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
17 lines
276 B
Text
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
|
|
|