2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +00:00

Instal postgres client

This commit is contained in:
Oliver Walters
2025-02-11 08:37:35 +00:00
parent aa502eadb4
commit 819a87f813
2 changed files with 5 additions and 1 deletions

View File

@ -21,6 +21,7 @@ RUN chmod +x init.sh
# Install required base packages
RUN apt update && apt install -y \
python3.11-dev python3.11-venv \
postgresql-client \
libldap2-dev libsasl2-dev \
libpango1.0-0 libcairo2 \
weasyprint