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
commit fc2d0d1852
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 \