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 debian:bookworm |
|
|
|
|
|
|
|
RUN apt update && apt upgrade -y |
|
RUN apt -y install \ |
|
netcat-traditional \ |
|
postgresql-client \ |
|
postgresql-client-common \ |
|
libjemalloc2 \ |
|
libpq5 \ |
|
curl \ |
|
binutils \ |
|
perf-tools-unstable \ |
|
google-perftools \ |
|
gnupg \ |
|
libgrpc++1.51 \ |
|
libgrpc29 |
|
|
|
|