mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-05-25 14:43:43 +02:00
14 lines
256 B
Text
14 lines
256 B
Text
FROM ubuntu:jammy
|
|
|
|
RUN apt update && apt upgrade -y
|
|
|
|
RUN apt -y install \
|
|
postgresql-client \
|
|
postgresql-client-common \
|
|
libjemalloc2 \
|
|
libpq5 \
|
|
curl \
|
|
binutils \
|
|
linux-tools-gke \
|
|
perf-tools-unstable \
|
|
google-perftools
|