Dockerfile.run_base 270 B

123456789101112131415
  1. FROM ubuntu:jammy
  2. RUN apt update && apt upgrade -y
  3. RUN apt -y install \
  4. netcat \
  5. postgresql-client \
  6. postgresql-client-common \
  7. libjemalloc2 \
  8. libpq5 \
  9. curl \
  10. binutils \
  11. linux-tools-gke \
  12. perf-tools-unstable \
  13. google-perftools