Add libpq-dev and gcc to Dockerfile

This commit is contained in:
Stan Girard 2024-02-14 20:29:57 -08:00
parent 33eedcf5eb
commit 743528a6e6

View File

@ -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