Enabled poppler-utils for Python pdf2image to work
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user