Add postgresql-client to docker image (#3802)

This commit is contained in:
Oliver 2022-10-17 14:50:05 +11:00 committed by GitHub
parent c0bcee870e
commit 9c4faad68e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ RUN apt-get install -y --no-install-recommends \
# SQLite support
sqlite3 \
# PostgreSQL support
libpq-dev \
libpq-dev postgresql-client \
# MySQL / MariaDB support
default-libmysqlclient-dev mariadb-client && \
apt-get autoclean && apt-get autoremove