mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-20 05:28:01 +00:00
9 lines
168 B
Docker
9 lines
168 B
Docker
FROM ubuntu:jammy
|
|
RUN apt update && apt upgrade -y
|
|
RUN apt -y install \
|
|
postgresql-client \
|
|
postgresql-client-common \
|
|
libjemalloc2 \
|
|
libpq5 \
|
|
curl
|