Skip to content

Commit 964704b

Browse files
authored
Add build-essential and libpoppler-cpp-dev to Dockerfile to support pdftotext
1 parent 328b280 commit 964704b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ RUN apt-get update -qq \
8282
libjpeg-dev \
8383
# for pycups
8484
libcups2-dev \
85+
# for pdftotext
86+
build-essential
87+
libpoppler-cpp-dev
8588
# for mysqlclient \
8689
default-libmysqlclient-dev \
8790
# some other build tools

0 commit comments

Comments
 (0)