Skip to content

Commit 486b7f5

Browse files
committed
Merge branch 'fix_46' of https://github.com/CatchTheTornado/pdf-extract-api into fix_46
2 parents d176233 + 832748c commit 486b7f5

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

app/Dockerfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ RUN echo 'Acquire::http::Pipeline-Depth 0;\nAcquire::http::No-Cache true;\nAcqui
1111
RUN apt-get clean && rm -rf /var/lib/apt/lists/* \
1212
&& apt-get update --fix-missing \
1313
&& apt-get install -y \
14-
libgl1-mesa-glx \
15-
tesseract-ocr \
16-
libtesseract-dev \
17-
poppler-utils \
14+
libgl1-mesa-glx \
15+
tesseract-ocr \
16+
libtesseract-dev \
17+
poppler-utils \
18+
libpoppler-cpp-dev \
1819
&& rm -rf /var/lib/apt/lists/*
1920

2021
# Copy the requirements file into the container

app/Dockerfile.gpu

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,11 @@ RUN echo 'Acquire::http::Pipeline-Depth 0;\nAcquire::http::No-Cache true;\nAcqui
4343
RUN apt-get clean && rm -rf /var/lib/apt/lists/* \
4444
&& apt-get update --fix-missing \
4545
&& apt-get install -y \
46-
libgl1-mesa-glx \
47-
tesseract-ocr \
48-
libtesseract-dev \
49-
poppler-utils \
46+
libgl1-mesa-glx \
47+
tesseract-ocr \
48+
libtesseract-dev \
49+
poppler-utils \
50+
libpoppler-cpp-dev \
5051
&& rm -rf /var/lib/apt/lists/*
5152

5253
# Copy the requirements file into the container

0 commit comments

Comments
 (0)