summaryrefslogtreecommitdiff
path: root/ext/central-controller-docker/Dockerfile.run_base
blob: a581d015f283fea866eb4e1d8ab4d344231a9921 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
FROM ubuntu:jammy

RUN apt update && apt upgrade -y

RUN apt -y install \
    netcat \
    postgresql-client \
    postgresql-client-common \
    libjemalloc2 \
    libpq5 \
    curl \
    binutils \
    linux-tools-gke \
    perf-tools-unstable \
    google-perftools