Install postgresql-client

Make usage of 'manage.py dbshell' possible
This commit is contained in:
Tobias Genannt 2021-10-14 15:37:30 +02:00
parent 4785e09945
commit ef98ad54fa
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ RUN apk add --no-cache \
libjpeg-turbo \
libxslt \
openssl \
postgresql-client \
postgresql-libs \
py3-pip \
python3 \