Dockerfile.run_base 168 B

12345678
  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