Dockerfile.run_base 256 B

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