mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-11-21 04:50:31 -08:00
16 lines
270 B
Docker
16 lines
270 B
Docker
FROM ubuntu:jammy
|
|
|
|
RUN apt update && apt upgrade -y
|
|
|
|
RUN apt -y install \
|
|
netcat \
|
|
postgresql-client \
|
|
postgresql-client-common \
|
|
libjemalloc2 \
|
|
libpq5 \
|
|
curl \
|
|
binutils \
|
|
linux-tools-gke \
|
|
perf-tools-unstable \
|
|
google-perftools
|