mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-07-22 10:22:50 +02:00
8 lines
168 B
Text
8 lines
168 B
Text
FROM ubuntu:jammy
|
|
RUN apt update && apt upgrade -y
|
|
RUN apt -y install \
|
|
postgresql-client \
|
|
postgresql-client-common \
|
|
libjemalloc2 \
|
|
libpq5 \
|
|
curl
|