zerotiertspu/ext/central-controller-docker/Dockerfile.run_base
2023-08-29 12:19:28 -07:00

15 lines
269 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 \
netcat