Enabled poppler-utils for Python pdf2image to work

This commit is contained in:
Scott Idem
2024-05-22 19:22:20 -04:00
parent 341f5ccbee
commit 294716fefc
3 changed files with 12 additions and 7 deletions

View File

@@ -11,11 +11,11 @@ RUN apt-get update; \
; \
rm -rf /var/lib/apt/lists/*;
# RUN apt-get update; \
# apt-get install -y \
# poppler-utils \
# ; \
# rm -rf /var/lib/apt/lists/*;
RUN apt-get update; \
apt-get install -y \
poppler-utils \
; \
rm -rf /var/lib/apt/lists/*;
# RUN pdftoppm -h