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

View file

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