mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-15 01:21:48 +03:00
Add libpq-dev and gcc to Dockerfile
This commit is contained in:
parent
33eedcf5eb
commit
743528a6e6
@ -26,6 +26,8 @@ RUN apt-get clean && apt-get update && apt-get install -y \
|
||||
poppler-utils \
|
||||
tesseract-ocr \
|
||||
libreoffice \
|
||||
libpq-dev \
|
||||
gcc \
|
||||
pandoc && \
|
||||
rm -rf /var/lib/apt/lists/* && apt-get clean
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user