central controller docker image updates

This commit is contained in:
Grant Limberg 2022-10-06 09:00:21 -07:00
commit 7516fd03a3
No known key found for this signature in database
GPG key ID: 8F2F97D3BE8D7735
2 changed files with 10 additions and 2 deletions

View file

@ -1,8 +1,14 @@
FROM ubuntu:jammy
RUN apt update && apt upgrade -y
RUN apt -y install \
postgresql-client \
postgresql-client-common \
libjemalloc2 \
libpq5 \
curl
curl \
binutils \
linux-tools-gke \
perf-tools-unstable \
google-perftools