From ec66b4b07aeab4a1ea33369a4e9bfb8cbe7838e4 Mon Sep 17 00:00:00 2001 From: Ryan Merolle Date: Wed, 3 Aug 2022 10:05:52 -0400 Subject: [PATCH] add psql client for dbshell --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 6928723..19cc217 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,6 +46,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \ libldap-common \ libpq5 \ openssl \ + postgresql-client \ python3 \ python3-distutils \ tini \