mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Add postgresql-client to docker image (#3802)
This commit is contained in:
parent
c0bcee870e
commit
9c4faad68e
@ -68,7 +68,7 @@ RUN apt-get install -y --no-install-recommends \
|
|||||||
# SQLite support
|
# SQLite support
|
||||||
sqlite3 \
|
sqlite3 \
|
||||||
# PostgreSQL support
|
# PostgreSQL support
|
||||||
libpq-dev \
|
libpq-dev postgresql-client \
|
||||||
# MySQL / MariaDB support
|
# MySQL / MariaDB support
|
||||||
default-libmysqlclient-dev mariadb-client && \
|
default-libmysqlclient-dev mariadb-client && \
|
||||||
apt-get autoclean && apt-get autoremove
|
apt-get autoclean && apt-get autoremove
|
||||||
|
Loading…
Reference in New Issue
Block a user