mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-03-12 07:23:59 +00:00
central controller docker image updates
This commit is contained in:
parent
9826c20d1a
commit
7516fd03a3
@ -18,6 +18,8 @@ RUN apt -y install \
|
|||||||
libssl-dev \
|
libssl-dev \
|
||||||
postgresql-client \
|
postgresql-client \
|
||||||
postgresql-client-common \
|
postgresql-client-common \
|
||||||
curl
|
curl \
|
||||||
|
google-perftools \
|
||||||
|
libgoogle-perftools-dev
|
||||||
|
|
||||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||||
|
@ -1,8 +1,14 @@
|
|||||||
FROM ubuntu:jammy
|
FROM ubuntu:jammy
|
||||||
|
|
||||||
RUN apt update && apt upgrade -y
|
RUN apt update && apt upgrade -y
|
||||||
|
|
||||||
RUN apt -y install \
|
RUN apt -y install \
|
||||||
postgresql-client \
|
postgresql-client \
|
||||||
postgresql-client-common \
|
postgresql-client-common \
|
||||||
libjemalloc2 \
|
libjemalloc2 \
|
||||||
libpq5 \
|
libpq5 \
|
||||||
curl
|
curl \
|
||||||
|
binutils \
|
||||||
|
linux-tools-gke \
|
||||||
|
perf-tools-unstable \
|
||||||
|
google-perftools
|
||||||
|
Loading…
x
Reference in New Issue
Block a user