add psql client for dbshell

This commit is contained in:
Ryan Merolle 2022-08-03 10:05:52 -04:00 committed by GitHub
parent f44e377e29
commit ec66b4b07a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
libldap-common \
libpq5 \
openssl \
postgresql-client \
python3 \
python3-distutils \
tini \