You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|
|
|