Merge pull request #620 from tobiasge/psql-client

Install postgresql-client
This commit is contained in:
Tobias Genannt
2021-10-14 16:31:21 +02:00
committed by GitHub

View File

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